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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
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) {}
  /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 79 milliseconds