Searched refs:phdr_table_protect_segments (Results 1 – 3 of 3) sorted by relevance
87 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bi…
438 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bi… in phdr_table_protect_segments() function
2230 if (phdr_table_protect_segments(phdr, phnum, load_bias) < 0) { in LinkImage()