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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.h 74 bool ApplyRelaRelocs(const ELF::Rela* relocs,
crazy_linker_elf_relocations.cpp 290 if (!ApplyRelaRelocs(reinterpret_cast<ELF::Rela*>(plt_relocations_),
296 if (!ApplyRelaRelocs(reinterpret_cast<ELF::Rela*>(relocations_),
597 bool ElfRelocations::ApplyRelaRelocs(const ELF::Rela* rela,
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relocations.h 74 bool ApplyRelaRelocs(const ELF::Rela* relocs,
crazy_linker_elf_relocations.cpp 290 if (!ApplyRelaRelocs(reinterpret_cast<ELF::Rela*>(plt_relocations_),
296 if (!ApplyRelaRelocs(reinterpret_cast<ELF::Rela*>(relocations_),
597 bool ElfRelocations::ApplyRelaRelocs(const ELF::Rela* rela,

Completed in 2336 milliseconds