Home
last modified time | relevance | path

Searched refs:phdr_table_unprotect_segments (Results 1 – 4 of 4) sorted by relevance

/bionic/linker/
Dlinker_phdr.h121 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count,
Dlinker_relocate.cpp197 if (phdr_table_unprotect_segments(relocator.si->phdr, relocator.si->phnum, in process_relocation_impl()
Dlinker_phdr.cpp799 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, in phdr_table_unprotect_segments() function
Dlinker.cpp3267 if (phdr_table_unprotect_segments(phdr, phnum, load_bias) < 0) { in link_image()