Home
last modified time | relevance | path

Searched refs:relocations_ (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.cpp176 if (relocations_) { in Init()
180 relocations_ = dyn_addr; in Init()
281 if (!ApplyRelRelocs(reinterpret_cast<ELF::Rel*>(relocations_), in ApplyAll()
296 if (!ApplyRelaRelocs(reinterpret_cast<ELF::Rela*>(relocations_), in ApplyAll()
737 const ELF::Rela* rel = reinterpret_cast<ELF::Rela*>(relocations_); in RelocateRela()
770 const ELF::Rel* rel = reinterpret_cast<ELF::Rel*>(relocations_); in RelocateRel()
Dcrazy_linker_elf_relocations.h112 ELF::Addr relocations_; variable