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

References

tools/llvm-objdump/MachODump.cpp
  906              r_type == MachO::GENERIC_RELOC_PAIR) ||
  907             (cputype == MachO::CPU_TYPE_ARM && r_type == MachO::ARM_RELOC_PAIR))
  919         PrintRLength(cputype, r_type, r_length, previous_arm_half);
  923         PrintRType(cputype, r_type);
  929                r_type == MachO::ARM_RELOC_PAIR))
  935              (r_type == MachO::GENERIC_RELOC_SECTDIFF ||
  936               r_type == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)) ||
  942           sectdiff_r_type = r_type;
  948             (r_type == MachO::ARM_RELOC_HALF ||
  949              r_type == MachO::ARM_RELOC_HALF_SECTDIFF))
  958                          (unsigned int)r_address, r_pcrel, r_length, r_type,
  965         if (cputype == MachO::CPU_TYPE_ARM && r_type == MachO::ARM_RELOC_PAIR)
  977         PrintRLength(cputype, r_type, r_length, previous_arm_half);
  982           PrintRType(cputype, r_type);
 1003           PrintRType(cputype, r_type);
 1007           if (cputype == MachO::CPU_TYPE_ARM && r_type == MachO::ARM_RELOC_PAIR)
 1011                    r_type == MachO::ARM64_RELOC_ADDEND)
 1036             (r_type == MachO::ARM_RELOC_HALF ||
 1037              r_type == MachO::ARM_RELOC_HALF_SECTDIFF))
 1046                          r_type, r_symbolnum);