HomeSort by relevance Sort by last modified time
    Searched refs:phdr_table_protect_gnu_relro (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
linker_phdr.h 63 int phdr_table_protect_gnu_relro(const ELF::Phdr* phdr_table,
crazy_linker_elf_view.cpp 118 if (phdr_table_protect_gnu_relro(phdr_, phdr_count_, load_bias_) < 0) {
linker_phdr.cpp 233 * to read-only by calling phdr_table_protect_gnu_relro. This is no
312 int phdr_table_protect_gnu_relro(const ELF::Phdr* phdr_table, function
  /bionic/linker/
linker_phdr.h 91 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias);
linker_phdr.cpp 448 * to read-only by calling phdr_table_protect_gnu_relro. This is no
462 /* Used internally by phdr_table_protect_gnu_relro and
520 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias) {
linker.cpp     [all...]

Completed in 2003 milliseconds