Searched refs:GOTSectionID (Results 1 – 2 of 2) sorted by relevance
218 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {} in RuntimeDyldELF()2249 if (GOTSectionID == 0) { in allocateGOTEntries()2250 GOTSectionID = Sections.size(); in allocateGOTEntries()2286 addRelocationForSection(GOTRE, GOTSectionID); in resolveGOTOffsetRelocation()2292 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset); in computeGOTOffsetRE()2302 if (GOTSectionID != 0) { in finalizeLoad()2306 GOTSectionID, ".got", false); in finalizeLoad()2310 Sections[GOTSectionID] = in finalizeLoad()2330 SectionToGOTMap[i->second] = GOTSectionID; in finalizeLoad()2355 GOTSectionID = 0; in finalizeLoad()
133 unsigned GOTSectionID; variable