reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/MachODump.cpp
  504   MachO::any_relocation_info RE = Obj->getRelocation(Rel);
  506   unsigned Arch = Obj->getArch();
  510   unsigned Type = Obj->getAnyRelocationType(RE);
  511   bool IsPCRel = Obj->getAnyRelocationPCRel(RE);
  521       printRelocationTargetName(Obj, RE, Fmt);
  529       Obj->moveRelocationNext(RelNext);
  530       MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
  535       unsigned RType = Obj->getAnyRelocationType(RENext);
  537         reportError(Obj->getFileName(), "Expected X86_64_RELOC_UNSIGNED after "
  542       printRelocationTargetName(Obj, RENext, Fmt);
  544       printRelocationTargetName(Obj, RE, Fmt);
  548       printRelocationTargetName(Obj, RE, Fmt);
  554       printRelocationTargetName(Obj, RE, Fmt);
  558       printRelocationTargetName(Obj, RE, Fmt);
  562       printRelocationTargetName(Obj, RE, Fmt);
  566       printRelocationTargetName(Obj, RE, Fmt);
  578       Obj->moveRelocationNext(RelNext);
  579       MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
  583       unsigned RType = Obj->getAnyRelocationType(RENext);
  586         reportError(Obj->getFileName(), "Expected GENERIC_RELOC_PAIR after "
  589       printRelocationTargetName(Obj, RE, Fmt);
  591       printRelocationTargetName(Obj, RENext, Fmt);
  600         Obj->moveRelocationNext(RelNext);
  601         MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
  605         unsigned RType = Obj->getAnyRelocationType(RENext);
  607           reportError(Obj->getFileName(), "Expected GENERIC_RELOC_PAIR after "
  610         printRelocationTargetName(Obj, RE, Fmt);
  612         printRelocationTargetName(Obj, RENext, Fmt);
  616         printRelocationTargetName(Obj, RE, Fmt);
  623         printRelocationTargetName(Obj, RE, Fmt);
  631         bool isUpper = (Obj->getAnyRelocationLength(RE) & 0x1) == 1;
  637         printRelocationTargetName(Obj, RE, Fmt);
  640         Obj->moveRelocationNext(RelNext);
  641         MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
  645         unsigned RType = Obj->getAnyRelocationType(RENext);
  647           reportError(Obj->getFileName(), "Expected ARM_RELOC_PAIR after "
  659           printRelocationTargetName(Obj, RENext, Fmt);
  666         printRelocationTargetName(Obj, RE, Fmt);
  671     printRelocationTargetName(Obj, RE, Fmt);