HomeSort by relevance Sort by last modified time
    Searched defs:GOTBase (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 296 uint8_t *GOTBase; // Target Specific reserved memory
465 return GOTBase;
593 GOTBase = NULL;
597 assert(GOTBase == 0 && "Cannot allocate the got multiple times");
598 GOTBase = new uint8_t[sizeof(void*) * 8192];
606 delete[] GOTBase;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 320 // Compute Value - GOTBase.
321 uint64_t GOTBase = 0;
324 GOTBase = Section.getLoadAddressWithOffset(0);
328 assert(GOTBase != 0 && "missing GOT");
329 int64_t GOTOffset = Value - GOTBase + Addend;
    [all...]

Completed in 198 milliseconds