Searched refs:R_ARM_MOVW_ABS_NC (Results 1 – 7 of 7) sorted by relevance
71 @ CHECK-RELOCATIONS: 0x4 R_ARM_MOVW_ABS_NC function 0x073 @ CHECK-RELOCATIONS: 0xC R_ARM_MOVW_ABS_NC function 0x075 @ CHECK-RELOCATIONS: 0x34 R_ARM_MOVW_ABS_NC external 0x077 @ CHECK-RELOCATIONS: 0x3C R_ARM_MOVW_ABS_NC external 0x0
240 Type = ELF::R_ARM_MOVW_ABS_NC; in GetRelocTypeInner()
50 ELF_RELOC(R_ARM_MOVW_ABS_NC, 0x2b)
473 case ELF::R_ARM_MOVW_ABS_NC: in resolveARMRelocation()475 if (Type == ELF::R_ARM_MOVW_ABS_NC) in resolveARMRelocation()1328 } else if (RelType == ELF::R_ARM_MOVW_ABS_NC || RelType == ELF::R_ARM_MOVT_ABS) { in processRelocationRef()
762 R_ARM_MOVW_ABS_NC = 0x2b variable in Relocs_Elf_ARM
318 ELF-ARM: Type: R_ARM_MOVW_ABS_NC (43)
2680 #define R_ARM_MOVW_ABS_NC 43 /* Direct 16-bit (MOVW). */ macro