Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:GENERIC_RELOC_PAIR

795     case MachO::GENERIC_RELOC_PAIR: // prints no info
803 // GENERIC_RELOC_PAIR.
806 if (RType != MachO::GENERIC_RELOC_PAIR)
807 report_fatal_error("Expected GENERIC_RELOC_PAIR after "
825 // GENERIC_RELOC_PAIR.
827 if (RType != MachO::GENERIC_RELOC_PAIR)
828 report_fatal_error("Expected GENERIC_RELOC_PAIR after "
921 // On arches that use the generic relocations, GENERIC_RELOC_PAIR
924 if (Type == MachO::GENERIC_RELOC_PAIR)