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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
linker_phdr.h 49 int phdr_table_protect_segments(const ELF::Phdr* phdr_table,
linker_phdr.cpp 183 * phdr_table_protect_segments and phdr_table_unprotect_segments.
221 int phdr_table_protect_segments(const ELF::Phdr* phdr_table, function
229 * will have to call phdr_table_protect_segments to restore the original
crazy_linker_elf_relocations.cpp 310 if (phdr_table_protect_segments(phdr_, phdr_count_, load_bias_) < 0) {
  /ndk/sources/android/crazy_linker/src/
linker_phdr.h 49 int phdr_table_protect_segments(const ELF::Phdr* phdr_table,
linker_phdr.cpp 183 * phdr_table_protect_segments and phdr_table_unprotect_segments.
221 int phdr_table_protect_segments(const ELF::Phdr* phdr_table, function
229 * will have to call phdr_table_protect_segments to restore the original
crazy_linker_elf_relocations.cpp 310 if (phdr_table_protect_segments(phdr_, phdr_count_, load_bias_) < 0) {
  /bionic/linker/
linker_phdr.h 86 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias);
linker_phdr.cpp 401 * phdr_table_protect_segments and phdr_table_unprotect_segments.
437 int phdr_table_protect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias) {
443 * will have to call phdr_table_protect_segments to restore the original
linker.cpp     [all...]

Completed in 1521 milliseconds