Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp189 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {} in RuntimeDyldELF()
1389 if (GOTSectionID == 0) { in allocateGOTEntries()
1390 GOTSectionID = Sections.size(); in allocateGOTEntries()
1404 addRelocationForSection(GOTRE, GOTSectionID); in resolveGOTOffsetRelocation()
1411 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset); in computeGOTOffsetRE()
1417 if (GOTSectionID != 0) { in finalizeLoad()
1421 GOTSectionID, ".got", false); in finalizeLoad()
1425 Sections[GOTSectionID] = SectionEntry(".got", Addr, TotalSize, 0); in finalizeLoad()
1428 Checker->registerSection(Obj.getFileName(), GOTSectionID); in finalizeLoad()
1447 GOTSectionID = 0; in finalizeLoad()
DRuntimeDyldELF.h103 unsigned GOTSectionID; variable