Home
last modified time | relevance | path

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

/development/vndk/tools/vtable-dumper/
Delf_handling.cpp130 for (const VTable &Vtable : mVTables) { in printVTables()
160 for (VTable &Vtable : mVTables) { in getVTables()
211 VTable *VtPtr = identifyVTable(Relocation.getOffset()); in getVFunctions()
220 VTable *ELFSharedObject<ELFT>::identifyVTable(uint64_t RelOffset) { in identifyVTable()
221 typename std::vector<VTable>::iterator It; in identifyVTable()
236 VTable *Vtablep) { in relocateSym()
274 VTable *Vtablep) { in absoluteRelocation()
294 VTable *Vtablep) { in relativeRelocation()
324 VTable *Vtablep) { in matchValueToSymbol()
390 VTable::VTable( in VTable() function in VTable
[all …]
Delf_handling.h68 class VTable {
71 VTable(
91 bool operator<(const VTable &) const;
133 std::vector<VTable> mVTables;
139 VTable *identifyVTable(uint64_t);
143 VTable *);
145 bool absoluteRelocation(const RelocationRef &, VTable *);
149 VTable *);
153 SymbolRef matchValueToSymbol(std::vector<SymbolRef> &, VTable *);