Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/include/elf/
HDarm.h130 RELOC_NUMBER (R_ARM_THM_CALL, 10)
254 FAKE_RELOC (R_ARM_THM_PC22, R_ARM_THM_CALL)
/dragonfly/contrib/binutils-2.34/include/elf/
HDarm.h134 RELOC_NUMBER (R_ARM_THM_CALL, 10)
268 FAKE_RELOC (R_ARM_THM_PC22, R_ARM_THM_CALL)
/dragonfly/contrib/binutils-2.27/elfcpp/
HDarm.h75 R_ARM_THM_CALL = 10, // Static Thumb32 ((S + A) | T) - P enumerator
/dragonfly/contrib/binutils-2.27/gold/
HDarm.cc2719 case elfcpp::R_ARM_THM_CALL: in reloc_is_non_pic()
4097 if (r_type == elfcpp::R_ARM_THM_CALL) in thumb_branch_common()
4165 && (((r_type == elfcpp::R_ARM_THM_CALL) && !may_use_blx) in thumb_branch_common()
4197 && (r_type == elfcpp::R_ARM_THM_CALL in thumb_branch_common()
4603 if (r_type == elfcpp::R_ARM_THM_CALL || r_type == elfcpp::R_ARM_THM_JUMP24) in stub_type_for_reloc()
4607 if ((r_type == elfcpp::R_ARM_THM_CALL) && may_use_blx && !target_is_thumb) in stub_type_for_reloc()
4623 && (((r_type == elfcpp::R_ARM_THM_CALL) && !may_use_blx) in stub_type_for_reloc()
4635 && (r_type == elfcpp::R_ARM_THM_CALL)) in stub_type_for_reloc()
4646 && (r_type == elfcpp::R_ARM_THM_CALL)) in stub_type_for_reloc()
4669 && (r_type == elfcpp::R_ARM_THM_CALL)) in stub_type_for_reloc()
[all …]
/dragonfly/contrib/elftoolchain/common/
HDelfdefinitions.h1455 _ELF_DEFINE_RELOC(R_ARM_THM_CALL, 10) \