Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp218 : 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()
H A DRuntimeDyldELF.h133 unsigned GOTSectionID; variable