Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h138 unsigned CurrentGOTIndex; variable
H A DRuntimeDyldELF.cpp219 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {} in RuntimeDyldELF()
2257 uint64_t StartOffset = CurrentGOTIndex * getGOTEntrySize(); in allocateGOTEntries()
2258 CurrentGOTIndex += no; in allocateGOTEntries()
2363 size_t TotalSize = CurrentGOTIndex * getGOTEntrySize(); in finalizeLoad()
2416 CurrentGOTIndex = 0; in finalizeLoad()