Searched refs:R_ARM_REL32 (Results 1 – 22 of 22) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
D | ifunc-8.rd | 31 00010038 ......03 R_ARM_REL32 00000000 aaf2 34 00010040 ......03 R_ARM_REL32 00000000 atf2 37 00010048 ......03 R_ARM_REL32 00000000 abf2 40 00010050 ......03 R_ARM_REL32 00000000 taf2 43 00010058 ......03 R_ARM_REL32 00000000 ttf2 46 00010060 ......03 R_ARM_REL32 00000000 tbf2 49 00010098 ......03 R_ARM_REL32 00000000 aaf4 52 000100a0 ......03 R_ARM_REL32 00000000 atf4 55 000100a8 ......03 R_ARM_REL32 00000000 abf4 58 000100b0 ......03 R_ARM_REL32 00000000 taf4 [all …]
|
D | ifunc-8.gd | 29 #------ 00010038: aaf2 [R_ARM_REL32] 34 #------ 00010040: atf2 [R_ARM_REL32] 36 #------ 00010048: abf2 [R_ARM_REL32] 41 #------ 00010050: taf2 [R_ARM_REL32] 43 #------ 00010058: ttf2 [R_ARM_REL32] 48 #------ 00010060: tbf2 [R_ARM_REL32] 71 #------ 00010098: aaf4 [R_ARM_REL32] 76 #------ 000100a0: atf4 [R_ARM_REL32] 78 #------ 000100a8: abf4 [R_ARM_REL32] 83 #------ 000100b0: taf4 [R_ARM_REL32] [all …]
|
D | ifunc-4.rd | 37 00010038 ......03 R_ARM_REL32 aaf2\(\) aaf2 40 00010040 ......03 R_ARM_REL32 atf2\(\) atf2 43 00010048 ......03 R_ARM_REL32 abf2\(\) abf2 46 00010050 ......03 R_ARM_REL32 taf2\(\) taf2 49 00010058 ......03 R_ARM_REL32 ttf2\(\) ttf2 52 00010060 ......03 R_ARM_REL32 tbf2\(\) tbf2
|
D | ifunc-4.gd | 29 #------ 00010038: aaf2 [R_ARM_REL32] 34 #------ 00010040: atf2 [R_ARM_REL32] 36 #------ 00010048: abf2 [R_ARM_REL32] 41 #------ 00010050: taf2 [R_ARM_REL32] 43 #------ 00010058: ttf2 [R_ARM_REL32] 48 #------ 00010060: tbf2 [R_ARM_REL32]
|
D | arm-rel32.d | 6 [^ ]+ R_ARM_REL32 +foo 7 [^ ]+ R_ARM_REL32 +foo
|
D | ifunc-7.rd | 12 00010018 ......03 R_ARM_REL32 00000000 f2 15 00010028 ......03 R_ARM_REL32 00000000 f4
|
D | ifunc-7.gd | 15 #------ 00010018: f2 [R_ARM_REL32] 22 #------ 00010028: f4 [R_ARM_REL32]
|
D | ifunc-3.rd | 13 00010018 ......03 R_ARM_REL32 f2\(\) f2
|
D | pcrel-shared.s | 2 # relocs (other than plain R_ARM_REL32, as in data) produce bogus dynamic
|
D | ifunc-3.gd | 15 #------ 00010018: f2 [R_ARM_REL32]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | thumbrel.d | 9 00000004 R_ARM_REL32 b
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | arm.h | 68 R_ARM_REL32 = 3, // Static Data ((S + A) | T) - P enumerator
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | arm.h | 121 RELOC_NUMBER (R_ARM_REL32, 3)
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-arm.c | 124 HOWTO (R_ARM_REL32, /* type */ 1814 {BFD_RELOC_32_PCREL, R_ARM_REL32}, 2380 DATA_WORD (0, R_ARM_REL32, -4), /* dcd R_ARM_REL32(X-4) */ 2392 DATA_WORD (0, R_ARM_REL32, 0), /* dcd R_ARM_REL32(X) */ 2401 DATA_WORD (0, R_ARM_REL32, 0), /* dcd R_ARM_REL32(X) */ 2411 DATA_WORD (0, R_ARM_REL32, -4), /* dcd R_ARM_REL32(X) */ 2424 DATA_WORD (0, R_ARM_REL32, 4), /* dcd R_ARM_REL32(X) */ 2436 DATA_WORD (0, R_ARM_REL32, 0), /* dcd R_ARM_REL32(X) */ 2445 DATA_WORD (0, R_ARM_REL32, -4), /* dcd R_ARM_REL32(X-4) */ 2456 DATA_WORD (0, R_ARM_REL32, -4), /* dcd R_ARM_REL32(X) */ [all …]
|
D | ChangeLog | 1066 R_ARM_REL32 and R_ARM_REL32_NOI. 1070 not may_become_dynamic_p; not only for R_ARM_REL32 and R_ARM_REL32_NOI.
|
D | ChangeLog-2011 | 2940 information. Treat R_ARM_REL32 and R_ARM_REL32_NOI as call 2946 to allocate local symbol information. Treat R_ARM_REL32 and
|
D | ChangeLog-2006 | 2298 for R_ARM_REL32.
|
D | ChangeLog-2008 | 1943 (arm_pic_long_branch_stub): Mention R_ARM_REL32 instead of
|
D | ChangeLog-0001 | 3630 reloc from start of section when computing value for R_ARM_REL32
|
/toolchain/binutils/binutils-2.25/gold/ |
D | arm.cc | 2088 case elfcpp::R_ARM_REL32: in local_section_strategy() 4804 Insn_template::data_word(0, elfcpp::R_ARM_REL32, -4), in Stub_factory() 4817 Insn_template::data_word(0, elfcpp::R_ARM_REL32, 0), in Stub_factory() 4827 Insn_template::data_word(0, elfcpp::R_ARM_REL32, 0), in Stub_factory() 4838 Insn_template::data_word(0, elfcpp::R_ARM_REL32, -4), in Stub_factory() 4852 Insn_template::data_word(0, elfcpp::R_ARM_REL32, 4), in Stub_factory() 4865 Insn_template::data_word(0, elfcpp::R_ARM_REL32, 0), in Stub_factory() 8168 case elfcpp::R_ARM_REL32: in get_reference_flags() 8446 case elfcpp::R_ARM_REL32: in local() 8860 case elfcpp::R_ARM_REL32: in global() [all …]
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | armelf.em | 572 fprintf (file, _(" --target1-rel Interpret R_ARM_TARGET1 as R_ARM_REL32\n"));
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ld.texinfo | 6436 @samp{.init_array} section. It is interpreted as either @samp{R_ARM_REL32} 6447 @samp{R_ARM_REL32} (arm*-*-elf, arm*-*-eabi)
|