Home
last modified time | relevance | path

Searched refs:R_ARM_THM_CALL (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dbranch-reloc.d59 100: R_ARM_THM_CALL arm_glob_sym1
61 104: R_ARM_THM_CALL arm_glob_sym2
64 10c: R_ARM_THM_CALL thumb_glob_sym1
66 110: R_ARM_THM_CALL thumb_glob_sym2
69 118: R_ARM_THM_CALL arm_glob_sym1
71 11c: R_ARM_THM_CALL arm_glob_sym2
74 124: R_ARM_THM_CALL thumb_glob_sym1
76 128: R_ARM_THM_CALL thumb_glob_sym2
Dbl-local-v4t.d9 0+00 <[^>]*> f7ff fffe bl 00+18 <[^>]*> 0: R_ARM_THM_CALL foo2
/toolchain/binutils/binutils-2.25/include/elf/
Darm.h128 RELOC_NUMBER (R_ARM_THM_CALL, 10)
247 FAKE_RELOC (R_ARM_THM_PC22, R_ARM_THM_CALL)
/toolchain/binutils/binutils-2.25/elfcpp/
Darm.h75 R_ARM_THM_CALL = 10, // Static Thumb32 ((S + A) | T) - P enumerator
/toolchain/binutils/binutils-2.25/gold/
Darm.cc2704 case elfcpp::R_ARM_THM_CALL: in reloc_is_non_pic()
4068 if (r_type == elfcpp::R_ARM_THM_CALL) in thumb_branch_common()
4136 && (((r_type == elfcpp::R_ARM_THM_CALL) && !may_use_blx) in thumb_branch_common()
4168 && (r_type == elfcpp::R_ARM_THM_CALL in thumb_branch_common()
4574 if (r_type == elfcpp::R_ARM_THM_CALL || r_type == elfcpp::R_ARM_THM_JUMP24) in stub_type_for_reloc()
4578 if ((r_type == elfcpp::R_ARM_THM_CALL) && may_use_blx && !target_is_thumb) in stub_type_for_reloc()
4594 && (((r_type == elfcpp::R_ARM_THM_CALL) && !may_use_blx) in stub_type_for_reloc()
4606 && (r_type == elfcpp::R_ARM_THM_CALL)) in stub_type_for_reloc()
4617 && (r_type == elfcpp::R_ARM_THM_CALL)) in stub_type_for_reloc()
4640 && (r_type == elfcpp::R_ARM_THM_CALL)) in stub_type_for_reloc()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Delf32-arm.c226 HOWTO (R_ARM_THM_CALL, /* type */
1820 {BFD_RELOC_THUMB_PCREL_BRANCH23, R_ARM_THM_CALL},
3672 if (thumb_only && (r_type == R_ARM_THM_CALL || r_type == R_ARM_THM_JUMP24 in arm_type_of_stub()
3716 if (r_type == R_ARM_THM_CALL || r_type == R_ARM_THM_JUMP24 in arm_type_of_stub()
3738 && (((r_type == R_ARM_THM_CALL in arm_type_of_stub()
3752 && (r_type == R_ARM_THM_CALL)) in arm_type_of_stub()
3763 && (r_type == R_ARM_THM_CALL)) in arm_type_of_stub()
3798 : ((globals->use_blx && r_type == R_ARM_THM_CALL) in arm_type_of_stub()
3805 : ((globals->use_blx && r_type == R_ARM_THM_CALL) in arm_type_of_stub()
4286 || template_sequence[stub_reloc_idx[i]].r_type == R_ARM_THM_CALL in arm_build_one_stub()
[all …]
DChangeLog-20103378 R_ARM_THM_CALL entry.
3380 reloc_signed_max when doing a R_ARM_THM_CALL, R_ARM_THM_XPC22,
DChangeLog-20082199 R_ARM_CALL and R_ARM_THM_CALL.
DChangeLog-20071318 R_ARM_THM_CALL. Handle R_ARM_THM_JUMP19 against a PLT stub.