Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1483 RE.SymOffset = allocateGOTEntries(1); in processRelocationRef()
1806 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()
1832 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()
1845 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()
1860 (void)allocateGOTEntries(0); in processRelocationRef()
1863 (void)allocateGOTEntries(0); in processRelocationRef()
1867 (void)allocateGOTEntries(0); in processRelocationRef()
2003 uint64_t GOTOffset = allocateGOTEntries(1); in processX86_64GOTTPOFFRelocation()
2255 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned no) { in allocateGOTEntries() function in llvm::RuntimeDyldELF
2271 uint64_t GOTOffset = allocateGOTEntries(1); in findOrAllocGOTEntry()
[all …]
H A DRuntimeDyldELF.h105 uint64_t allocateGOTEntries(unsigned no);