/external/llvm/test/MC/ARM/ |
D | target-expressions.s | 72 @ CHECK-RELOCATIONS: 0x8 R_ARM_MOVT_ABS function 0x0 74 @ CHECK-RELOCATIONS: 0x10 R_ARM_MOVT_ABS function 0x0 76 @ CHECK-RELOCATIONS: 0x38 R_ARM_MOVT_ABS external 0x0 78 @ CHECK-RELOCATIONS: 0x40 R_ARM_MOVT_ABS external 0x0
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | target-expressions.s | 72 @ CHECK-RELOCATIONS: 0x8 R_ARM_MOVT_ABS function 0x0 74 @ CHECK-RELOCATIONS: 0x10 R_ARM_MOVT_ABS function 0x0 76 @ CHECK-RELOCATIONS: 0x38 R_ARM_MOVT_ABS external 0x0 78 @ CHECK-RELOCATIONS: 0x40 R_ARM_MOVT_ABS external 0x0
|
D | elf-movt.s | 42 @OBJ-NEXT: 0000000c: R_ARM_MOVT_ABS extern_symbol
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | reloc-types-elf-arm.test | 50 # CHECK: Type: R_ARM_MOVT_ABS (44) 193 - Type: R_ARM_MOVT_ABS
|
/external/llvm-project/lld/test/ELF/ |
D | arm-mov-relocs.s | 38 .section .R_ARM_MOVT_ABS, "ax",%progbits
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 242 Type = ELF::R_ARM_MOVT_ABS; in GetRelocTypeInner()
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | ARM.def | 51 ELF_RELOC(R_ARM_MOVT_ABS, 0x2c)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | ARM.def | 51 ELF_RELOC(R_ARM_MOVT_ABS, 0x2c)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 215 return ELF::R_ARM_MOVT_ABS; in GetRelocTypeInner()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | ARM.def | 51 ELF_RELOC(R_ARM_MOVT_ABS, 0x2c)
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 232 return ELF::R_ARM_MOVT_ABS; in GetRelocTypeInner()
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | ARM.def | 51 ELF_RELOC(R_ARM_MOVT_ABS, 0x2c)
|
/external/llvm-project/lld/ELF/Arch/ |
D | ARM.cpp | 601 case R_ARM_MOVT_ABS: in relocate() 784 case R_ARM_MOVT_ABS: in getImplicitAddend()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 474 case ELF::R_ARM_MOVT_ABS: in resolveARMRelocation() 477 else if (Type == ELF::R_ARM_MOVT_ABS) in resolveARMRelocation() 1373 } else if (RelType == ELF::R_ARM_MOVW_ABS_NC || RelType == ELF::R_ARM_MOVT_ABS) { in processRelocationRef()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 529 case ELF::R_ARM_MOVT_ABS: in resolveARMRelocation() 532 else if (Type == ELF::R_ARM_MOVT_ABS) in resolveARMRelocation() 1269 } else if (RelType == ELF::R_ARM_MOVW_ABS_NC || RelType == ELF::R_ARM_MOVT_ABS) { in processRelocationRef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 522 case ELF::R_ARM_MOVT_ABS: in resolveARMRelocation() 525 else if (Type == ELF::R_ARM_MOVT_ABS) in resolveARMRelocation() 1262 } else if (RelType == ELF::R_ARM_MOVW_ABS_NC || RelType == ELF::R_ARM_MOVT_ABS) { in processRelocationRef()
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 763 R_ARM_MOVT_ABS = 0x2c variable in Relocs_Elf_ARM
|
/external/llvm-project/lld/ELF/ |
D | Thunks.cpp | 568 target->relocateNoSym(buf + 4, R_ARM_MOVT_ABS, s); in writeLong()
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 2261 #define R_ARM_MOVT_ABS 44 macro
|
/external/kmod/port-gnu/ |
D | elf.h | 2680 #define R_ARM_MOVT_ABS 44 /* Direct high 16-bit (MOVT). */ macro
|
/external/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 320 ELF-ARM: Type: R_ARM_MOVT_ABS (44)
|
/external/elfutils/libelf/ |
D | elf.h | 2933 #define R_ARM_MOVT_ABS 44 /* Direct high 16-bit (MOVT). */ macro
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 692 : llvm::ELF::R_ARM_MOVT_ABS)); in createMoveFixup()
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 536 case R_ARM_MOVT_ABS: in relocateSymbol()
|