Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h108 uint64_t allocateGOTEntries(unsigned SectionID, unsigned no);
DRuntimeDyldELF.cpp1476 RE.SymOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef()
1733 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef()
1755 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef()
1817 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned SectionID, unsigned no) in allocateGOTEntries() function in llvm::RuntimeDyldELF