Searched refs:allocateGOTEntries (Results 1 – 4 of 4) sorted by relevance
1357 RE.SymOffset = allocateGOTEntries(1); in processRelocationRef()1685 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()1708 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()1721 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef()1736 (void)allocateGOTEntries(0); in processRelocationRef()1740 (void)allocateGOTEntries(0); in processRelocationRef()1795 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned no) { in allocateGOTEntries() function in llvm::RuntimeDyldELF1811 uint64_t GOTOffset = allocateGOTEntries(1); in findOrAllocGOTEntry()
105 uint64_t allocateGOTEntries(unsigned no);
108 uint64_t allocateGOTEntries(unsigned SectionID, unsigned no);
1476 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