Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h76 case MachO::ARM_THUMB_RELOC_BR22: { in decodeAddend()
175 if (RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
180 (RE.RelType == MachO::ARM_THUMB_RELOC_BR22) ? 4 : 8); in processRelocationRef()
185 RelType == MachO::ARM_THUMB_RELOC_BR22)) in processRelocationRef()
189 RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processRelocationRef()
214 Value -= (RE.RelType == MachO::ARM_THUMB_RELOC_BR22) ? 4 : 8; in resolveRelocation()
218 case MachO::ARM_THUMB_RELOC_BR22: { in resolveRelocation()
321 else if (RE.RelType == MachO::ARM_THUMB_RELOC_BR22) in processBranchRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp106 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22); in getARMFixupKindMachOInfo()
357 case MachO::ARM_THUMB_RELOC_BR22: in requiresExternRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h446 ARM_THUMB_RELOC_BR22 = 6, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3084 r_type == MachO::ARM_THUMB_RELOC_BR22)) in SymbolizerGetOpInfo()