Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h108 unsigned CurrentGOTIndex; variable
DRuntimeDyldELF.cpp189 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {} in RuntimeDyldELF()
1395 uint64_t StartOffset = CurrentGOTIndex * getGOTEntrySize(); in allocateGOTEntries()
1396 CurrentGOTIndex += no; in allocateGOTEntries()
1419 size_t TotalSize = CurrentGOTIndex * getGOTEntrySize(); in finalizeLoad()
1448 CurrentGOTIndex = 0; in finalizeLoad()