Home
last modified time | relevance | path

Searched refs:R_ARM_THM_MOVT_PREL (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/elfcpp/
Darm.h116 R_ARM_THM_MOVT_PREL = 50, // Static Thumb32 S + A - P enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Darm.h168 RELOC_NUMBER (R_ARM_THM_MOVT_PREL, 50)
/toolchain/binutils/binutils-2.25/bfd/
Delf32-arm.c792 HOWTO (R_ARM_THM_MOVT_PREL, /* type */
1863 {BFD_RELOC_ARM_THUMB_MOVT_PCREL, R_ARM_THM_MOVT_PREL},
9966 case R_ARM_THM_MOVT_PREL: in elf32_arm_final_link_relocate()
9992 if (r_type == R_ARM_THM_MOVW_PREL_NC || r_type == R_ARM_THM_MOVT_PREL) in elf32_arm_final_link_relocate()
10002 if (r_type == R_ARM_THM_MOVT_ABS || r_type == R_ARM_THM_MOVT_PREL in elf32_arm_final_link_relocate()
12541 case R_ARM_THM_MOVT_PREL: in elf32_arm_gc_sweep_hook()
12866 case R_ARM_THM_MOVT_PREL: in elf32_arm_check_relocs()
/toolchain/binutils/binutils-2.25/gold/
Darm.cc8176 case elfcpp::R_ARM_THM_MOVT_PREL: in get_reference_flags()
8461 case elfcpp::R_ARM_THM_MOVT_PREL: in local()
8868 case elfcpp::R_ARM_THM_MOVT_PREL: in global()
9672 case elfcpp::R_ARM_THM_MOVT_PREL: in relocate()
10424 case elfcpp::R_ARM_THM_MOVT_PREL: in relocate_special_relocatable()
DChangeLog12375 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.