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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
linker_phdr.h 53 int phdr_table_unprotect_segments(const ELF::Phdr* phdr_table,
linker_phdr.cpp 183 * phdr_table_protect_segments and phdr_table_unprotect_segments.
211 * You should only call this after phdr_table_unprotect_segments and
243 int phdr_table_unprotect_segments(const ELF::Phdr* phdr_table, function
crazy_linker_elf_relocations.cpp 268 if (phdr_table_unprotect_segments(phdr_, phdr_count_, load_bias_) < 0) {
  /ndk/sources/android/crazy_linker/src/
linker_phdr.h 53 int phdr_table_unprotect_segments(const ELF::Phdr* phdr_table,
linker_phdr.cpp 183 * phdr_table_protect_segments and phdr_table_unprotect_segments.
211 * You should only call this after phdr_table_unprotect_segments and
243 int phdr_table_unprotect_segments(const ELF::Phdr* phdr_table, function
crazy_linker_elf_relocations.cpp 268 if (phdr_table_unprotect_segments(phdr_, phdr_count_, load_bias_) < 0) {
  /bionic/linker/
linker_phdr.h 88 int phdr_table_unprotect_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.
427 * You should only call this after phdr_table_unprotect_segments and
457 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias) {
linker.cpp     [all...]

Completed in 1678 milliseconds