Searched refs:R_ARM_MOVT_ABS (Results 1 – 7 of 7) sorted by relevance
72 @ CHECK-RELOCATIONS: 0x8 R_ARM_MOVT_ABS function 0x074 @ CHECK-RELOCATIONS: 0x10 R_ARM_MOVT_ABS function 0x076 @ CHECK-RELOCATIONS: 0x38 R_ARM_MOVT_ABS external 0x078 @ CHECK-RELOCATIONS: 0x40 R_ARM_MOVT_ABS external 0x0
237 Type = ELF::R_ARM_MOVT_ABS; in GetRelocTypeInner()
51 ELF_RELOC(R_ARM_MOVT_ABS, 0x2c)
474 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()
763 R_ARM_MOVT_ABS = 0x2c variable in Relocs_Elf_ARM
319 ELF-ARM: Type: R_ARM_MOVT_ABS (44)
2681 #define R_ARM_MOVT_ABS 44 /* Direct high 16-bit (MOVT). */ macro