HomeSort by relevance Sort by last modified time
    Searched full:phdr_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_view.cpp 98 phdr_ = phdr0;
107 phdr_,
118 if (phdr_table_protect_gnu_relro(phdr_, phdr_count_, load_bias_) < 0) {
crazy_linker_elf_view.h 43 const ELF::Phdr* phdr() const { return phdr_; }
97 const ELF::Phdr* phdr_; member in class:crazy::ElfView
crazy_linker_elf_relocations.h 121 const ELF::Phdr* phdr_; member in class:crazy::ElfRelocations
crazy_linker_elf_relocations.cpp 168 phdr_ = view->phdr();
307 if (phdr_table_unprotect_segments(phdr_, phdr_count_, load_bias_) < 0) {
354 if (phdr_table_protect_segments(phdr_, phdr_count_, load_bias_) < 0) {
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_view.cpp 94 phdr_ = phdr0;
103 phdr_,
114 if (phdr_table_protect_gnu_relro(phdr_, phdr_count_, load_bias_) < 0) {
crazy_linker_elf_view.h 43 const ELF::Phdr* phdr() const { return phdr_; }
97 const ELF::Phdr* phdr_; member in class:crazy::ElfView
crazy_linker_elf_relocations.h 103 const ELF::Phdr* phdr_; member in class:crazy::ElfRelocations
crazy_linker_elf_relocations.cpp 138 phdr_ = view->phdr();
268 if (phdr_table_unprotect_segments(phdr_, phdr_count_, load_bias_) < 0) {
310 if (phdr_table_protect_segments(phdr_, phdr_count_, load_bias_) < 0) {

Completed in 447 milliseconds