Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp218 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {} in RuntimeDyldELF()
1877 if (GOTSectionID == 0) { in allocateGOTEntries()
1878 GOTSectionID = Sections.size(); in allocateGOTEntries()
1914 addRelocationForSection(GOTRE, GOTSectionID); in resolveGOTOffsetRelocation()
1920 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset); in computeGOTOffsetRE()
1930 if (GOTSectionID != 0) { in finalizeLoad()
1934 GOTSectionID, ".got", false); in finalizeLoad()
1938 Sections[GOTSectionID] = in finalizeLoad()
1958 SectionToGOTMap[i->second] = GOTSectionID; in finalizeLoad()
1983 GOTSectionID = 0; in finalizeLoad()
H A DRuntimeDyldELF.h133 unsigned GOTSectionID; variable