HomeSort by: relevance | last modified time | path
    Searched refs:allocateGOTEntries (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 105 uint64_t allocateGOTEntries(unsigned no);
RuntimeDyldELF.cpp 1435 RE.SymOffset = allocateGOTEntries(1);
1763 uint64_t GOTOffset = allocateGOTEntries(1);
1789 uint64_t GOTOffset = allocateGOTEntries(1);
1802 uint64_t GOTOffset = allocateGOTEntries(1);
1817 (void)allocateGOTEntries(0);
1821 (void)allocateGOTEntries(0);
1876 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned no) {
1892 uint64_t GOTOffset = allocateGOTEntries(1);

Completed in 16 milliseconds