HomeSort by relevance Sort by last modified time
    Searched refs:SymOffset (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 36 uint64_t SymOffset = 0);
40 uint64_t SymOffset);
RuntimeDyldImpl.h 99 /// SymOffset - Section offset of the relocation entry's symbol (used for GOT
102 uint64_t SymOffset;
114 SymOffset(0), IsPCRel(false), Size(0) {}
117 uint64_t symoffset)
119 SymOffset(symoffset), IsPCRel(false), Size(0) {}
124 SymOffset(0), IsPCRel(IsPCRel), Size(Size) {}
RuntimeDyldELF.cpp 260 uint64_t SymOffset) {
288 uint64_t GOTAddr = findGOTEntry(Value, SymOffset);
294 int64_t RealOffset = GOTAddr + Addend - SymOffset - FinalAddress;
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 756 uint64_t SymOffset = SymLoc - SymTabLoc;
757 assert(SymOffset % dot_symtab_sec->sh_entsize == 0 &&
759 return SymOffset / dot_symtab_sec->sh_entsize;
    [all...]

Completed in 131 milliseconds