Searched refs:ARM_RELOC_BR24 (Results 1 - 7 of 7) sorted by relevance

/external/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
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h44 case MachO::ARM_RELOC_BR24: {
102 if ((RE.RelType & 0xf) == MachO::ARM_RELOC_BR24)
135 case MachO::ARM_RELOC_BR24: {
/external/llvm/test/MC/MachO/ARM/
H A Ddarwin-ARM-reloc.s102 @ CHECK: 0x4 1 2 0 ARM_RELOC_BR24 0 __text
103 @ CHECK: 0x0 1 2 1 ARM_RELOC_BR24 0 _printf
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp97 RelocType = unsigned(MachO::ARM_RELOC_BR24);
324 case MachO::ARM_RELOC_BR24:
/external/llvm/include/llvm/Support/
H A DMachO.h434 ARM_RELOC_BR24 = 5, enumerator in enum:llvm::MachO::RelocationInfoType
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h434 ARM_RELOC_BR24 = 5, enumerator in enum:llvm::MachO::RelocationInfoType
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2086 if (isExtern == 0 && (r_type == MachO::ARM_RELOC_BR24 ||

Completed in 281 milliseconds