Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/elfcpp/
Darm.h112 R_ARM_MOVT_PREL = 46, // Static ARM S + A - P enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Darm.h164 RELOC_NUMBER (R_ARM_MOVT_PREL, 46)
/toolchain/binutils/binutils-2.25/bfd/
Delf32-arm.c736 HOWTO (R_ARM_MOVT_PREL, /* type */
1859 {BFD_RELOC_ARM_MOVT_PCREL, R_ARM_MOVT_PREL},
9923 case R_ARM_MOVT_PREL: in elf32_arm_final_link_relocate()
9942 if (r_type == R_ARM_MOVW_PREL_NC || r_type == R_ARM_MOVT_PREL) in elf32_arm_final_link_relocate()
9952 if (r_type == R_ARM_MOVT_ABS || r_type == R_ARM_MOVT_PREL in elf32_arm_final_link_relocate()
12537 case R_ARM_MOVT_PREL: in elf32_arm_gc_sweep_hook()
12864 case R_ARM_MOVT_PREL: in elf32_arm_check_relocs()
/toolchain/binutils/binutils-2.25/gold/
Darm.cc8174 case elfcpp::R_ARM_MOVT_PREL: in get_reference_flags()
8459 case elfcpp::R_ARM_MOVT_PREL: in local()
8866 case elfcpp::R_ARM_MOVT_PREL: in global()
9656 case elfcpp::R_ARM_MOVT_PREL: in relocate()
10422 case elfcpp::R_ARM_MOVT_PREL: in relocate_special_relocatable()
DChangeLog12374 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,