Searched refs:GOTSectionID (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 188 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {} in RuntimeDyldELF() 1820 if (GOTSectionID == 0) { in allocateGOTEntries() 1821 GOTSectionID = Sections.size(); in allocateGOTEntries() 1835 addRelocationForSection(GOTRE, GOTSectionID); in resolveGOTOffsetRelocation() 1842 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset); in computeGOTOffsetRE() 1852 if (GOTSectionID != 0) { in finalizeLoad() 1856 GOTSectionID, ".got", false); in finalizeLoad() 1860 Sections[GOTSectionID] = in finalizeLoad() 1864 Checker->registerSection(Obj.getFileName(), GOTSectionID); in finalizeLoad() 1878 SectionToGOTMap[i->second] = GOTSectionID; in finalizeLoad() [all …]
|
D | RuntimeDyldELF.h | 134 unsigned GOTSectionID; variable
|