Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h105 uint64_t allocateGOTEntries(unsigned SectionID, unsigned no);
DRuntimeDyldELF.cpp1431 RE.SymOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef()
1684 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef()
1704 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef()
1766 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned SectionID, unsigned no) in allocateGOTEntries() function in llvm::RuntimeDyldELF