Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h139 unsigned CurrentGOTIndex; variable
DRuntimeDyldELF.cpp188 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {} in RuntimeDyldELF()
1826 uint64_t StartOffset = CurrentGOTIndex * getGOTEntrySize(); in allocateGOTEntries()
1827 CurrentGOTIndex += no; in allocateGOTEntries()
1854 size_t TotalSize = CurrentGOTIndex * getGOTEntrySize(); in finalizeLoad()
1898 CurrentGOTIndex = 0; in finalizeLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h138 unsigned CurrentGOTIndex; variable
DRuntimeDyldELF.cpp222 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {} in RuntimeDyldELF()
1802 uint64_t StartOffset = CurrentGOTIndex * getGOTEntrySize(); in allocateGOTEntries()
1803 CurrentGOTIndex += no; in allocateGOTEntries()
1851 size_t TotalSize = CurrentGOTIndex * getGOTEntrySize(); in finalizeLoad()
1895 CurrentGOTIndex = 0; in finalizeLoad()