Home
last modified time | relevance | path

Searched refs:R_ARM_THM_JUMP19 (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/elfcpp/
Darm.h117 R_ARM_THM_JUMP19 = 51, // Static Thumb32 ((S + A) | T) - P enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Darm.h169 RELOC_NUMBER (R_ARM_THM_JUMP19, 51)
/toolchain/binutils/binutils-2.25/bfd/
Delf32-arm.c806 HOWTO (R_ARM_THM_JUMP19, /* type */
1822 {BFD_RELOC_THUMB_PCREL_BRANCH20, R_ARM_THM_JUMP19},
3673 || r_type == R_ARM_THM_JUMP19) in arm_type_of_stub()
3717 || r_type == R_ARM_THM_TLS_CALL || r_type == R_ARM_THM_JUMP19) in arm_type_of_stub()
3736 && (r_type == R_ARM_THM_JUMP19)) in arm_type_of_stub()
3741 || (r_type == R_ARM_THM_JUMP19)) in arm_type_of_stub()
4285 || template_sequence[stub_reloc_idx[i]].r_type == R_ARM_THM_JUMP19 in arm_build_one_stub()
5142 && (r_type != (unsigned int) R_ARM_THM_JUMP19) in elf32_arm_size_stubs()
5359 || r_type == (unsigned int) R_ARM_THM_JUMP19) in elf32_arm_size_stubs()
5380 || r_type == (unsigned int) R_ARM_THM_JUMP19 in elf32_arm_size_stubs()
[all …]
DChangeLog-20071318 R_ARM_THM_CALL. Handle R_ARM_THM_JUMP19 against a PLT stub.
1320 for R_ARM_THM_JUMP24 and R_ARM_THM_JUMP19.
1322 and R_ARM_THM_JUMP19.
DChangeLog1057 the veneer routine for R_ARM_THM_JUMP19.
1058 (arm_type_of_stub): Add conditional clause for R_ARM_THM_JUMP19
DChangeLog-20052599 R_ARM_THM_JUMP11, R_ARM_THM_JUMP19, R_ARM_THM_JUMP8,
2603 R_ARM_THM_JUMP24, R_ARM_THM_JUMP19, R_ARM_THM_JUMP6. Remove
/toolchain/binutils/binutils-2.25/gold/
Darm.cc2707 case elfcpp::R_ARM_THM_JUMP19: in reloc_is_non_pic()
7184 case elfcpp::R_ARM_THM_JUMP19: in operator ()()
8223 case elfcpp::R_ARM_THM_JUMP19: in get_reference_flags()
8462 case elfcpp::R_ARM_THM_JUMP19: in local()
8697 case elfcpp::R_ARM_THM_JUMP19: in possible_function_pointer_reloc()
8934 case elfcpp::R_ARM_THM_JUMP19: in global()
9752 case elfcpp::R_ARM_THM_JUMP19: in relocate()
10370 case elfcpp::R_ARM_THM_JUMP19: in relocate_special_relocatable()
11722 case elfcpp::R_ARM_THM_JUMP19: in scan_reloc_for_stub()
11761 || r_type == elfcpp::R_ARM_THM_JUMP19 in scan_reloc_for_stub()
[all …]
DChangeLog10368 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
10369 (Target_arm::Scan::global): R_ARM_THM_JUMP19.