Searched refs:Relocation (Results 1 – 1 of 1) sorted by relevance
/development/vndk/tools/vtable-dumper/ |
D | elf_handling.cpp | 210 for (const RelocationRef &Relocation : Section.relocations()) { in getVFunctions() local 211 VTable *VtPtr = identifyVTable(Relocation.getOffset()); in getVFunctions() 213 relocateSym(Relocation, Section, VtPtr); in getVFunctions() 234 const RelocationRef &Relocation, in relocateSym() argument 242 if (!absoluteRelocation(Relocation, Vtablep)) { in relocateSym() 243 relativeRelocation(Relocation, Section, Vtablep); in relocateSym() 246 switch(Relocation.getType()) { in relocateSym() 255 relativeRelocation(Relocation, Section, Vtablep); in relocateSym() 262 absoluteRelocation(Relocation, Vtablep); in relocateSym() 273 const RelocationRef &Relocation, in absoluteRelocation() argument [all …]
|