Home
last modified time | relevance | path

Searched refs:ARM_RELOC_PAIR (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp233 (MachO::ARM_RELOC_PAIR << 24) | in RecordARMScatteredHalfRelocation()
311 (MachO::ARM_RELOC_PAIR << 24) | in RecordARMScatteredRelocation()
498 (MachO::ARM_RELOC_PAIR << 28)); in recordRelocation()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h145 UNIMPLEMENTED_RELOC(MachO::ARM_RELOC_PAIR); in processRelocationRef()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.h440 ARM_RELOC_PAIR = GENERIC_RELOC_PAIR, enumerator
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp594 if (RType != MachO::ARM_RELOC_PAIR) in getMachORelocationValueString()
855 (cputype == MachO::CPU_TYPE_ARM && r_type == MachO::ARM_RELOC_PAIR)) in PrintRelocationEntries()
877 r_type == MachO::ARM_RELOC_PAIR)) in PrintRelocationEntries()
913 if (cputype == MachO::CPU_TYPE_ARM && r_type == MachO::ARM_RELOC_PAIR) in PrintRelocationEntries()
955 if (cputype == MachO::CPU_TYPE_ARM && r_type == MachO::ARM_RELOC_PAIR) in PrintRelocationEntries()