Searched refs:phdr_table_protect_gnu_relro (Results 1 – 3 of 3) sorted by relevance
91 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_b…
520 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_b… in phdr_table_protect_gnu_relro() function
2239 if (phdr_table_protect_gnu_relro(phdr, phnum, load_bias) < 0) { in LinkImage()