Home
last modified time | relevance | path

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

/development/vndk/tools/vtable-dumper/
Delf_handling.cpp98 : mObj(Objfile) {} in ELFSharedObject()
102 for (const SectionRef &ElfSection : mObj->sections()) { in cacheELFSections()
104 mObj->getSection(ElfSection.getRawDataRefImpl()); in cacheELFSections()
176 computeSymbolSizes(*mObj); in initVTableRanges()
237 const Elf_Ehdr *ElfHeader = mObj->getELFFile()->getHeader(); in relocateSym()
276 if (Symi == mObj->symbol_end()) { in absoluteRelocation()
297 if (mObj->getSection(Section.getRawDataRefImpl())->sh_type == SHT_RELA) { in relativeRelocation()
298 const Elf_Rela *Rela = mObj->getRela(Relocation.getRawDataRefImpl()); in relativeRelocation()
357 const Elf_Ehdr *ElfHeader = mObj->getELFFile()->getHeader(); in getAddendFromSection()
Delf_handling.h125 const ELFObjectFile<ELFT> *mObj; variable