Searched refs:R_ARM_THM_JUMP24 (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | plt-1.d | 14 0: R_ARM_THM_JUMP24 Strong2 16 4: R_ARM_THM_JUMP24 Strong2 20 a: R_ARM_THM_JUMP24 Strong2 22 e: R_ARM_THM_JUMP24 Strong2 28 14: R_ARM_THM_JUMP24 Strong1 30 18: R_ARM_THM_JUMP24 Strong1 34 1e: R_ARM_THM_JUMP24 Strong1 36 22: R_ARM_THM_JUMP24 Strong1
|
D | weakdef-1.d | 14 0: R_ARM_THM_JUMP24 Strong 18 4: R_ARM_THM_JUMP24 Random 20 8: R_ARM_THM_JUMP24 Weak
|
D | t2-branch-global.d | 14 0: R_ARM_THM_JUMP24 \*ABS\*.*
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | arm.h | 95 R_ARM_THM_JUMP24 = 30, // Static Thumb32 ((S + A) | T) - P enumerator
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | arm.h | 148 RELOC_NUMBER (R_ARM_THM_JUMP24, 30)
|
/toolchain/binutils/binutils-2.25/gold/ |
D | arm.cc | 174 return Insn_template(data, THUMB32_TYPE, elfcpp::R_ARM_THM_JUMP24, in thumb32_b_insn() 2706 case elfcpp::R_ARM_THM_JUMP24: in reloc_is_non_pic() 4073 else if (r_type == elfcpp::R_ARM_THM_JUMP24) in thumb_branch_common() 4137 || r_type == elfcpp::R_ARM_THM_JUMP24)))) 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() 4595 || (r_type == elfcpp::R_ARM_THM_JUMP24)))) in stub_type_for_reloc() 7174 case elfcpp::R_ARM_THM_JUMP24: in operator ()() 8222 case elfcpp::R_ARM_THM_JUMP24: in get_reference_flags() 8455 case elfcpp::R_ARM_THM_JUMP24: in local() 8694 case elfcpp::R_ARM_THM_JUMP24: in possible_function_pointer_reloc() [all …]
|
D | ChangeLog | 10368 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19. 11557 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-arm.c | 512 HOWTO (R_ARM_THM_JUMP24, /* type */ 1819 {BFD_RELOC_THUMB_PCREL_BRANCH25, R_ARM_THM_JUMP24}, 2302 #define THUMB32_B_INSN(X, Z) {(X), THUMB32_TYPE, R_ARM_THM_JUMP24, (Z)} 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() 3740 || (r_type == R_ARM_THM_JUMP24) in arm_type_of_stub() 4284 if (template_sequence[stub_reloc_idx[i]].r_type == R_ARM_THM_JUMP24 in arm_build_one_stub() 5144 && (r_type != (unsigned int) R_ARM_THM_JUMP24) in elf32_arm_size_stubs() 5358 || r_type == (unsigned int) R_ARM_THM_JUMP24 in elf32_arm_size_stubs() 5379 && (r_type == (unsigned int) R_ARM_THM_JUMP24 in elf32_arm_size_stubs() [all …]
|
D | ChangeLog-2007 | 1315 (bfd_elf32_arm_process_before_allocation): Handle R_ARM_THM_JUMP24. 1317 (elf32_arm_final_link_relocate): Merge R_ARM_THM_JUMP24 with 1320 for R_ARM_THM_JUMP24 and R_ARM_THM_JUMP19. 1321 (elf32_arm_check_relocs): Update plt counts for R_ARM_THM_JUMP24
|
D | ChangeLog-2009 | 3263 * elf32-arm.c (arm_type_of_stub): Handle R_ARM_THM_JUMP24, 3268 R_ARM_THM_JUMP24, R_ARM_JUMP24 and R_ARM_PLT32 relocations here. 3269 (elf32_arm_final_link_relocate): Handle R_ARM_THM_JUMP24,
|
D | ChangeLog-2005 | 2598 (elf32_arm_reloc_map): Add entries for R_ARM_THM_JUMP24, 2603 R_ARM_THM_JUMP24, R_ARM_THM_JUMP19, R_ARM_THM_JUMP6. Remove
|
D | ChangeLog-2010 | 3381 or R_ARM_THM_JUMP24 relocation.
|