Searched refs:R_ARM_JUMP24 (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/sys/arch/arm/include/ |
| D | elf_machdep.h | 82 #define R_ARM_JUMP24 29 macro
|
| /netbsd/src/external/gpl3/binutils/dist/elfcpp/ |
| D | arm.h | 94 R_ARM_JUMP24 = 29, // Static ARM ((S + A) | T) - P enumerator
|
| /netbsd/src/external/gpl3/gdb/dist/include/elf/ |
| D | arm.h | 157 RELOC_NUMBER (R_ARM_JUMP24, 29)
|
| /netbsd/src/sys/arch/arm/arm32/ |
| D | kobj_machdep.c | 147 case R_ARM_JUMP24: in kobj_reloc()
|
| /netbsd/src/external/gpl3/binutils/dist/include/elf/ |
| D | arm.h | 157 RELOC_NUMBER (R_ARM_JUMP24, 29)
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | arm.cc | 187 { return Insn_template(data, ARM_TYPE, elfcpp::R_ARM_JUMP24, reloc_addend); } in arm_rel_insn() 2747 case elfcpp::R_ARM_JUMP24: in reloc_is_non_pic() 4008 else if (r_type == elfcpp::R_ARM_JUMP24) in arm_branch_common() 4492 if (insns[i].r_type() == elfcpp::R_ARM_JUMP24) in Stub_template() 4740 || r_type == elfcpp::R_ARM_JUMP24 in stub_type_for_reloc() 4756 || (r_type == elfcpp::R_ARM_JUMP24) in stub_type_for_reloc() 7261 case elfcpp::R_ARM_JUMP24: in operator ()() 8427 case elfcpp::R_ARM_JUMP24: in get_reference_flags() 8661 case elfcpp::R_ARM_JUMP24: in local() 8900 case elfcpp::R_ARM_JUMP24: in possible_function_pointer_reloc() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf32-arm.c | 499 HOWTO (R_ARM_JUMP24, /* type */ 2005 {BFD_RELOC_ARM_PCREL_JUMP, R_ARM_JUMP24}, 2577 #define ARM_REL_INSN(X, Z) {(X), ARM_TYPE, R_ARM_JUMP24, (Z)} 4447 || r_type == R_ARM_JUMP24 in arm_type_of_stub() 4477 || (r_type == R_ARM_JUMP24) in arm_type_of_stub() 5131 if (template_sequence[i].r_type == R_ARM_JUMP24) in arm_build_one_stub() 5929 || r_type == (unsigned int) R_ARM_JUMP24) in elf32_arm_create_stub() 6623 && (r_type != (unsigned int) R_ARM_JUMP24) in elf32_arm_size_stubs() 10481 case R_ARM_JUMP24: in elf32_arm_final_link_relocate() 10493 && r_type != R_ARM_JUMP24 in elf32_arm_final_link_relocate() [all …]
|
| D | ChangeLog-2009 | 3264 R_ARM_JUMP24 and R_ARM_PLT32 relocations. 3268 R_ARM_THM_JUMP24, R_ARM_JUMP24 and R_ARM_PLT32 relocations here. 3270 R_ARM_JUMP24 and R_ARM_PLT32 relocations.
|
| D | ChangeLog-2004 | 489 R_ARM_CALL and R_ARM_JUMP24 as aliases of R_ARM_PC24.
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf32-arm.c | 499 HOWTO (R_ARM_JUMP24, /* type */ 2005 {BFD_RELOC_ARM_PCREL_JUMP, R_ARM_JUMP24}, 2577 #define ARM_REL_INSN(X, Z) {(X), ARM_TYPE, R_ARM_JUMP24, (Z)} 4445 || r_type == R_ARM_JUMP24 in arm_type_of_stub() 4475 || (r_type == R_ARM_JUMP24) in arm_type_of_stub() 5129 if (template_sequence[i].r_type == R_ARM_JUMP24) in arm_build_one_stub() 5927 || r_type == (unsigned int) R_ARM_JUMP24) in elf32_arm_create_stub() 6621 && (r_type != (unsigned int) R_ARM_JUMP24) in elf32_arm_size_stubs() 10477 case R_ARM_JUMP24: in elf32_arm_final_link_relocate() 10489 && r_type != R_ARM_JUMP24 in elf32_arm_final_link_relocate() [all …]
|
| D | ChangeLog-2009 | 3264 R_ARM_JUMP24 and R_ARM_PLT32 relocations. 3268 R_ARM_THM_JUMP24, R_ARM_JUMP24 and R_ARM_PLT32 relocations here. 3270 R_ARM_JUMP24 and R_ARM_PLT32 relocations.
|
| D | ChangeLog-2004 | 489 R_ARM_CALL and R_ARM_JUMP24 as aliases of R_ARM_PC24.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-arm.texi | 798 @samp{R_ARM_JUMP24} relocation, as appropriate.
|
| D | as.info | 8540 either the ‘R_ARM_CALL’ or ‘R_ARM_JUMP24’ relocation, as appropriate.
|