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

  /external/llvm/tools/llvm-objdump/
MachODump.cpp 337 uint64_t RelocOffset, SectionAddress;
338 RI->getOffset(RelocOffset);
340 RelocOffset -= SectionAddress;
344 Relocs.push_back(std::make_pair(RelocOffset, *RelocSym));
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 759 uint64_t RelocOffset = Layout.getFragmentOffset(Fragment) +
770 ELFRelocationEntry ERE(RelocOffset, Index, Type, RelocSymbol, Addend, Fixup);
    [all...]

Completed in 44 milliseconds