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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 329 int64_t GOTOffset = Value - GOTBase + Addend;
330 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = GOTOffset;
    [all...]

Completed in 117 milliseconds