Searched refs:phdr_table_unprotect_segments (Results 1 – 3 of 3) sorted by relevance
89 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_…
458 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_… in phdr_table_unprotect_segments() function
2183 if (phdr_table_unprotect_segments(phdr, phnum, load_bias) < 0) { in LinkImage()