Home
last modified time | relevance | path

Searched refs:R_ARM_MOVT_ABS (Results 1 – 7 of 7) 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/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp237 Type = ELF::R_ARM_MOVT_ABS; in GetRelocTypeInner()
/external/llvm/include/llvm/Support/ELFRelocs/
DARM.def51 ELF_RELOC(R_ARM_MOVT_ABS, 0x2c)
/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()
1328 } 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/test/tools/llvm-readobj/
Dreloc-types.test319 ELF-ARM: Type: R_ARM_MOVT_ABS (44)
/external/elfutils/libelf/
Delf.h2681 #define R_ARM_MOVT_ABS 44 /* Direct high 16-bit (MOVT). */ macro