Home
last modified time | relevance | path

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

/development/vndk/tools/vtable-dumper/
Delf_handling.cpp210 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 …]