Searched refs:R_ARM_JUMP24 (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dblx-local.d25 0+34 <[^>]*> 0bfffffe bleq 00000020 <foo> 34: R_ARM_JUMP24 foo
26 0+38 <[^>]*> 0afffffe beq 00000020 <foo> 38: R_ARM_JUMP24 foo
27 0+3c <[^>]*> eafffffe b 00000020 <foo> 3c: R_ARM_JUMP24 foo
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Darm-call1.s1 # Test R_ARM_CALL and R_ARM_JUMP24 relocations and interworking
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/elfcpp/
H A Darm.h94 R_ARM_JUMP24 = 29, // Static ARM ((S + A) | T) - P enumerator in enum:elfcpp::__anon3094
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/elf/
H A Darm.h142 RELOC_NUMBER (R_ARM_JUMP24, 29)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/elf/
H A Darm.h142 RELOC_NUMBER (R_ARM_JUMP24, 29)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-arm.c494 HOWTO (R_ARM_JUMP24, /* type */
502 "R_ARM_JUMP24", /* name */
1704 {BFD_RELOC_ARM_PCREL_JUMP, R_ARM_JUMP24},
2035 #define ARM_REL_INSN(X, Z) {(X), ARM_TYPE, R_ARM_JUMP24, (Z)}
3214 || r_type == R_ARM_JUMP24
3236 || (r_type == R_ARM_JUMP24)
3595 if (template_sequence[i].r_type == R_ARM_JUMP24)
4474 && (r_type != (unsigned int) R_ARM_JUMP24)
4679 || (r_type == (unsigned int) R_ARM_JUMP24))
6960 case R_ARM_JUMP24
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-arm.c494 HOWTO (R_ARM_JUMP24, /* type */
502 "R_ARM_JUMP24", /* name */
1806 {BFD_RELOC_ARM_PCREL_JUMP, R_ARM_JUMP24},
2169 #define ARM_REL_INSN(X, Z) {(X), ARM_TYPE, R_ARM_JUMP24, (Z)}
3623 || r_type == R_ARM_JUMP24
3646 || (r_type == R_ARM_JUMP24)
4040 if (template_sequence[i].r_type == R_ARM_JUMP24)
4923 && (r_type != (unsigned int) R_ARM_JUMP24)
5145 || r_type == (unsigned int) R_ARM_JUMP24)
7981 case R_ARM_JUMP24
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Darm.cc180 { return Insn_template(data, ARM_TYPE, elfcpp::R_ARM_JUMP24, reloc_addend); }
2652 case elfcpp::R_ARM_JUMP24:
3834 // R_ARM_CALL, R_ARM_JUMP24, R_ARM_PLT32 and R_ARM_XPC25.
3871 else if (r_type == elfcpp::R_ARM_JUMP24)
4305 if (insns[i].r_type() == elfcpp::R_ARM_JUMP24)
4531 || r_type == elfcpp::R_ARM_JUMP24
4547 || (r_type == elfcpp::R_ARM_JUMP24)
6937 case elfcpp::R_ARM_JUMP24:
7647 case elfcpp::R_ARM_JUMP24:
7886 case elfcpp::R_ARM_JUMP24
[all...]

Completed in 126 milliseconds