Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp188 : 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()
[all …]
DRuntimeDyldELF.h134 unsigned GOTSectionID; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp222 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {} in RuntimeDyldELF()
1796 if (GOTSectionID == 0) { in allocateGOTEntries()
1797 GOTSectionID = Sections.size(); in allocateGOTEntries()
1833 addRelocationForSection(GOTRE, GOTSectionID); in resolveGOTOffsetRelocation()
1839 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset); in computeGOTOffsetRE()
1849 if (GOTSectionID != 0) { in finalizeLoad()
1853 GOTSectionID, ".got", false); in finalizeLoad()
1857 Sections[GOTSectionID] = in finalizeLoad()
1861 Checker->registerSection(Obj.getFileName(), GOTSectionID); in finalizeLoad()
1875 SectionToGOTMap[i->second] = GOTSectionID; in finalizeLoad()
[all …]
DRuntimeDyldELF.h133 unsigned GOTSectionID; variable