Searched refs:R_ARM_CALL (Results 1 – 13 of 13) sorted by relevance
20 4: R_ARM_CALL thumb_glob_sym122 8: R_ARM_CALL thumb_glob_sym225 10: R_ARM_CALL arm_glob_sym127 14: R_ARM_CALL arm_glob_sym230 1c: R_ARM_CALL thumb_glob_sym132 20: R_ARM_CALL thumb_glob_sym235 28: R_ARM_CALL arm_glob_sym137 2c: R_ARM_CALL arm_glob_sym2
5 #error: .*\(.text\+0x0\): relocation truncated to fit: R_ARM_CALL against `.foo'
1 # Test R_ARM_CALL and R_ARM_JUMP24 relocations and interworking
93 R_ARM_CALL = 28, // Static ARM ((S + A) | T) - P enumerator
146 RELOC_NUMBER (R_ARM_CALL, 28)
1799 * arm.h: Add R_ARM_CALL and R_ARM_JUMP32.
2703 case elfcpp::R_ARM_CALL: in reloc_is_non_pic()3941 if (r_type == elfcpp::R_ARM_CALL) in arm_branch_common()3997 && !(may_use_blx && r_type == elfcpp::R_ARM_CALL)))) in arm_branch_common()4026 gold_assert(may_use_blx && r_type == elfcpp::R_ARM_CALL); in arm_branch_common()4658 else if (r_type == elfcpp::R_ARM_CALL in stub_type_for_reloc()4674 || ((r_type == elfcpp::R_ARM_CALL) && !may_use_blx) in stub_type_for_reloc()7163 case elfcpp::R_ARM_CALL: in operator ()()8219 case elfcpp::R_ARM_CALL: in get_reference_flags()8453 case elfcpp::R_ARM_CALL: in local()8692 case elfcpp::R_ARM_CALL: in possible_function_pointer_reloc()[all …]
484 HOWTO (R_ARM_CALL, /* type */1809 {BFD_RELOC_ARM_PCREL_CALL, R_ARM_CALL},3819 else if (r_type == R_ARM_CALL in arm_type_of_stub()3842 || (r_type == R_ARM_CALL && !globals->use_blx) in arm_type_of_stub()5139 if ((r_type != (unsigned int) R_ARM_CALL) in elf32_arm_size_stubs()5363 else if ((r_type == (unsigned int) R_ARM_CALL in elf32_arm_size_stubs()8363 case R_ARM_CALL: in elf32_arm_final_link_relocate()8375 && r_type != R_ARM_CALL in elf32_arm_final_link_relocate()8411 && r_type != R_ARM_CALL in elf32_arm_final_link_relocate()8529 case R_ARM_CALL: in elf32_arm_final_link_relocate()[all …]
489 R_ARM_CALL and R_ARM_JUMP24 as aliases of R_ARM_PC24.494 * elfarm-nabi.c (elf32_arm_howto_table): Add R_ARM_CALL and
2199 R_ARM_CALL and R_ARM_THM_CALL.
211 R_ARM_CALL and R_ARM_THM.
491 targets it will encode either the @samp{R_ARM_CALL} or
19 * gas/arm/pic.d: Allow R_ARM_CALL relocations.