Searched refs:relocations_ (Results 1 – 2 of 2) sorted by relevance
176 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()
112 ELF::Addr relocations_; variable