Home
last modified time | relevance | path

Searched refs:R_ARM_CALL (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dbranch-reloc.d20 4: R_ARM_CALL thumb_glob_sym1
22 8: R_ARM_CALL thumb_glob_sym2
25 10: R_ARM_CALL arm_glob_sym1
27 14: R_ARM_CALL arm_glob_sym2
30 1c: R_ARM_CALL thumb_glob_sym1
32 20: R_ARM_CALL thumb_glob_sym2
35 28: R_ARM_CALL arm_glob_sym1
37 2c: R_ARM_CALL arm_glob_sym2
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
Dfarcall-section.d5 #error: .*\(.text\+0x0\): relocation truncated to fit: R_ARM_CALL against `.foo'
Darm-call1.s1 # Test R_ARM_CALL and R_ARM_JUMP24 relocations and interworking
/toolchain/binutils/binutils-2.25/elfcpp/
Darm.h93 R_ARM_CALL = 28, // Static ARM ((S + A) | T) - P enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Darm.h146 RELOC_NUMBER (R_ARM_CALL, 28)
DChangeLog1799 * arm.h: Add R_ARM_CALL and R_ARM_JUMP32.
/toolchain/binutils/binutils-2.25/gold/
Darm.cc2703 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 …]
/toolchain/binutils/binutils-2.25/bfd/
Delf32-arm.c484 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 …]
DChangeLog-2004489 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
DChangeLog-20082199 R_ARM_CALL and R_ARM_THM_CALL.
DChangeLog-2005211 R_ARM_CALL and R_ARM_THM.
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-arm.texi491 targets it will encode either the @samp{R_ARM_CALL} or
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-200519 * gas/arm/pic.d: Allow R_ARM_CALL relocations.