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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 142 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset());
151 Addr = GOTEntry;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 672 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, 8);
678 if (GOTEntry)
679 assert(GOTEntry == Value &&
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]

Completed in 137 milliseconds