Lines Matching refs:ELFSharedObject
68 return make_unique<ELFSharedObject<ELFT>>(Objfile); in createELFSharedObject()
93 ELFSharedObject<ELFT>::~ELFSharedObject() {} in ~ELFSharedObject()
96 ELFSharedObject<ELFT>::ELFSharedObject( in ELFSharedObject() function in ELFSharedObject
101 bool ELFSharedObject<ELFT>::cacheELFSections() { in cacheELFSections()
129 void ELFSharedObject<ELFT>::printVTables() const { in printVTables()
152 bool ELFSharedObject<ELFT>::getVTables() { in getVTables()
170 bool ELFSharedObject<ELFT>::initVTableRanges() { in initVTableRanges()
208 void ELFSharedObject<ELFT>::getVFunctions() { in getVFunctions()
220 VTable *ELFSharedObject<ELFT>::identifyVTable(uint64_t RelOffset) { in identifyVTable()
233 void ELFSharedObject<ELFT>::relocateSym( in relocateSym()
272 bool ELFSharedObject<ELFT>::absoluteRelocation( in absoluteRelocation()
291 bool ELFSharedObject<ELFT>::relativeRelocation( in relativeRelocation()
322 SymbolRef ELFSharedObject<ELFT>::matchValueToSymbol( in matchValueToSymbol()
337 uint64_t ELFSharedObject<ELFT>::identifyAddend(uint64_t ROffset) { in identifyAddend()
349 uint64_t ELFSharedObject<ELFT>::getAddendFromSection( in getAddendFromSection()