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

  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 41 ELFRelocationEntry(uint64_t RelocOffset, int Idx, unsigned RelType,
43 : r_offset(RelocOffset), Index(Idx), Type(RelType), Symbol(Sym),
  /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 52 milliseconds