Home
last modified time | relevance | path

Searched refs:R_ARM_MOVT_ABS (Results 1 – 24 of 24) sorted by relevance

/external/llvm/test/MC/ARM/
Dtarget-expressions.s72 @ 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/
Dtarget-expressions.s72 @ 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
Delf-movt.s42 @OBJ-NEXT: 0000000c: R_ARM_MOVT_ABS extern_symbol
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dreloc-types-elf-arm.test50 # CHECK: Type: R_ARM_MOVT_ABS (44)
193 - Type: R_ARM_MOVT_ABS
/external/llvm-project/lld/test/ELF/
Darm-mov-relocs.s38 .section .R_ARM_MOVT_ABS, "ax",%progbits
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp242 Type = ELF::R_ARM_MOVT_ABS; in GetRelocTypeInner()
/external/llvm/include/llvm/Support/ELFRelocs/
DARM.def51 ELF_RELOC(R_ARM_MOVT_ABS, 0x2c)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DARM.def51 ELF_RELOC(R_ARM_MOVT_ABS, 0x2c)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp215 return ELF::R_ARM_MOVT_ABS; in GetRelocTypeInner()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DARM.def51 ELF_RELOC(R_ARM_MOVT_ABS, 0x2c)
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp232 return ELF::R_ARM_MOVT_ABS; in GetRelocTypeInner()
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DARM.def51 ELF_RELOC(R_ARM_MOVT_ABS, 0x2c)
/external/llvm-project/lld/ELF/Arch/
DARM.cpp601 case R_ARM_MOVT_ABS: in relocate()
784 case R_ARM_MOVT_ABS: in getImplicitAddend()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp474 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/
DRuntimeDyldELF.cpp529 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/
DRuntimeDyldELF.cpp522 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/
Drelocs.py763 R_ARM_MOVT_ABS = 0x2c variable in Relocs_Elf_ARM
/external/llvm-project/lld/ELF/
DThunks.cpp568 target->relocateNoSym(buf + 4, R_ARM_MOVT_ABS, s); in writeLong()
/external/google-breakpad/src/third_party/musl/include/
Delf.h2261 #define R_ARM_MOVT_ABS 44 macro
/external/kmod/port-gnu/
Delf.h2680 #define R_ARM_MOVT_ABS 44 /* Direct high 16-bit (MOVT). */ macro
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test320 ELF-ARM: Type: R_ARM_MOVT_ABS (44)
/external/elfutils/libelf/
Delf.h2933 #define R_ARM_MOVT_ABS 44 /* Direct high 16-bit (MOVT). */ macro
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp692 : llvm::ELF::R_ARM_MOVT_ABS)); in createMoveFixup()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp536 case R_ARM_MOVT_ABS: in relocateSymbol()