Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp219 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {} in RuntimeDyldELF()
2251 if (GOTSectionID == 0) { in allocateGOTEntries()
2252 GOTSectionID = Sections.size(); in allocateGOTEntries()
2288 addRelocationForSection(GOTRE, GOTSectionID); in resolveGOTOffsetRelocation()
2294 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset); in computeGOTOffsetRE()
2361 if (GOTSectionID != 0) { in finalizeLoad()
2365 GOTSectionID, ".got", false); in finalizeLoad()
2369 Sections[GOTSectionID] = in finalizeLoad()
2389 SectionToGOTMap[i->second] = GOTSectionID; in finalizeLoad()
2415 GOTSectionID = 0; in finalizeLoad()
[all …]
H A DRuntimeDyldELF.h133 unsigned GOTSectionID; variable