Lines Matching refs:GOTSectionID
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()
1897 GOTSectionID = 0; in finalizeLoad()