Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_phdr.h118 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table,
Dlinker_relocate.cpp187 if (phdr_table_protect_segments(relocator.si->phdr, relocator.si->phnum, in process_relocation_impl()
Dlinker_phdr.cpp778 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, in phdr_table_protect_segments() function
Dlinker.cpp3283 if (phdr_table_protect_segments(phdr, phnum, load_bias) < 0) { in link_image()