Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.h137 unsigned CurrentGOTIndex; variable
HDRuntimeDyldELF.cpp225 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {} in RuntimeDyldELF()
1812 uint64_t StartOffset = CurrentGOTIndex * getGOTEntrySize(); in allocateGOTEntries()
1813 CurrentGOTIndex += no; in allocateGOTEntries()
1861 size_t TotalSize = CurrentGOTIndex * getGOTEntrySize(); in finalizeLoad()
1913 CurrentGOTIndex = 0; in finalizeLoad()