Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h138 unsigned CurrentGOTIndex; variable
H A DRuntimeDyldELF.cpp218 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {} in RuntimeDyldELF()
2255 uint64_t StartOffset = CurrentGOTIndex * getGOTEntrySize(); in allocateGOTEntries()
2256 CurrentGOTIndex += no; in allocateGOTEntries()
2304 size_t TotalSize = CurrentGOTIndex * getGOTEntrySize(); in finalizeLoad()
2356 CurrentGOTIndex = 0; in finalizeLoad()