Home
last modified time | relevance | path

Searched refs:R_ARM_MOVW_ABS_NC (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/MC/ARM/
Dtarget-expressions.s71 @ CHECK-RELOCATIONS: 0x4 R_ARM_MOVW_ABS_NC function 0x0
73 @ CHECK-RELOCATIONS: 0xC R_ARM_MOVW_ABS_NC function 0x0
75 @ CHECK-RELOCATIONS: 0x34 R_ARM_MOVW_ABS_NC external 0x0
77 @ CHECK-RELOCATIONS: 0x3C R_ARM_MOVW_ABS_NC external 0x0
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMELFWriterInfo.cpp48 case ARM::reloc_arm_movw: return ELF::R_ARM_MOVW_ABS_NC; break; in getRelocationType()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp245 Type = ELF::R_ARM_MOVW_ABS_NC; in GetRelocTypeInner()
/external/llvm/include/llvm/Support/ELFRelocs/
DARM.def50 ELF_RELOC(R_ARM_MOVW_ABS_NC, 0x2b)
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h512 R_ARM_MOVW_ABS_NC = 0x2b, enumerator
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp473 case ELF::R_ARM_MOVW_ABS_NC: in resolveARMRelocation()
475 if (Type == ELF::R_ARM_MOVW_ABS_NC) in resolveARMRelocation()
1373 } 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.py762 R_ARM_MOVW_ABS_NC = 0x2b variable in Relocs_Elf_ARM
/external/elfutils/libelf/
Delf.h2680 #define R_ARM_MOVW_ABS_NC 43 /* Direct 16-bit (MOVW). */ macro
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test319 ELF-ARM: Type: R_ARM_MOVW_ABS_NC (43)
/external/kmod/port-gnu/
Delf.h2679 #define R_ARM_MOVW_ABS_NC 43 /* Direct 16-bit (MOVW). */ macro
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp1509 Type = ELF::R_ARM_MOVW_ABS_NC; in GetRelocTypeInner()