Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dunwind_vxworks.d17 00000000 R_ARM_NONE __aeabi_unwind_cpp_pr0
19 00000008 R_ARM_NONE __aeabi_unwind_cpp_pr1
Dunwind.d18 00000000 R_ARM_NONE __aeabi_unwind_cpp_pr0
20 00000008 R_ARM_NONE __aeabi_unwind_cpp_pr1
Dgot_prel.d14 00000000 00000d00 R_ARM_NONE 00000000 __aeabi_unwind_cpp_pr0
/toolchain/binutils/binutils-2.25/elfcpp/
Darm.h65 R_ARM_NONE = 0, // Static Misc enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Darm.h118 RELOC_NUMBER (R_ARM_NONE, 0)
/toolchain/binutils/binutils-2.25/bfd/
Delf32-arm.c80 HOWTO (R_ARM_NONE, /* type */
1807 {BFD_RELOC_NONE, R_ARM_NONE},
2297 #define THUMB16_INSN(X) {(X), THUMB16_TYPE, R_ARM_NONE, 0}
2300 #define THUMB16_BCOND_INSN(X) {(X), THUMB16_TYPE, R_ARM_NONE, 1}
2301 #define THUMB32_INSN(X) {(X), THUMB32_TYPE, R_ARM_NONE, 0}
2303 #define ARM_INSN(X) {(X), ARM_TYPE, R_ARM_NONE, 0}
2468 DATA_WORD (0, R_ARM_NONE, 0), /* .word 0 */
2469 DATA_WORD (0, R_ARM_NONE, 0), /* .word 0 */
2481 DATA_WORD (0, R_ARM_NONE, 0), /* .word 0 */
2482 DATA_WORD (0, R_ARM_NONE, 0), /* .word 0 */
[all …]
DChangeLog-20053925 unresolved symbols in R_ARM_NONE relocations.
/toolchain/binutils/binutils-2.25/gold/
Darm.cc159 { return Insn_template(data, THUMB16_TYPE, elfcpp::R_ARM_NONE, 0); } in thumb16_insn()
165 { return Insn_template(data, THUMB16_SPECIAL_TYPE, elfcpp::R_ARM_NONE, 1); } in thumb16_bcond_insn()
169 { return Insn_template(data, THUMB32_TYPE, elfcpp::R_ARM_NONE, 0); } in thumb32_insn()
180 { return Insn_template(data, ARM_TYPE, elfcpp::R_ARM_NONE, 0); } in arm_insn()
2069 case elfcpp::R_ARM_NONE: in local_section_strategy()
4421 if (insns[i].r_type() != elfcpp::R_ARM_NONE) in Stub_template()
8148 case elfcpp::R_ARM_NONE: in get_reference_flags()
8322 case elfcpp::R_ARM_NONE: in check_non_pic()
8380 case elfcpp::R_ARM_NONE: in local()
8777 case elfcpp::R_ARM_NONE: in global()
[all …]