Home
last modified time | relevance | path

Searched refs:ARM_RELOC_BR24 (Results 1 – 8 of 8) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/test/MC/ARM/
H A Dmacho-relocs-with-addend.s29 @ CHECK-NEXT: 0x14 1 2 n/a ARM_RELOC_BR24 1 0x18
30 @ CHECK-NEXT: 0x10 1 2 n/a ARM_RELOC_BR24 1 0x18
31 @ CHECK-NEXT: 0xC 1 2 n/a ARM_RELOC_BR24 1 0x18
32 @ CHECK-NEXT: 0x8 1 2 n/a ARM_RELOC_BR24 1 0x18
/minix/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h41 case MachO::ARM_RELOC_BR24: { in decodeAddend()
77 if ((RE.RelType & 0xf) == MachO::ARM_RELOC_BR24) in processRelocationRef()
112 case MachO::ARM_RELOC_BR24: { in resolveRelocation()
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp99 RelocType = unsigned(MachO::ARM_RELOC_BR24); in getARMFixupKindMachOInfo()
327 case MachO::ARM_RELOC_BR24: in requiresExternRelocation()
/minix/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/
H A Drelocations.test124 MACHO-ARM-NEXT: Type: ARM_RELOC_BR24 (5)
H A Dreloc-types.test669 MACHO-ARM: Type: ARM_RELOC_BR24 (5)
H A Dsections-ext.test637 MACHO-ARM-NEXT: Type: ARM_RELOC_BR24 (5)
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DMachO.h476 ARM_RELOC_BR24 = 5, enumerator
/minix/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp997 if (reloc_found && isExtern == 0 && (r_type == MachO::ARM_RELOC_BR24 || in SymbolizerGetOpInfo()