Searched refs:text0 (Results 1 – 20 of 20) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/ |
D | relax_call26_multi.ld | 2 In this case, input sections text0 and text1 cannot share stubs 11 text0 0 : { *(text0) } section
|
D | relax_call26_shared.ld | 2 In this case, input sections text0 and text1 are placed in the 11 text0 0 : { *(text0) *(text1) } section
|
D | relax_call26_cache.ld | 2 In this case, input sections text0 and text1 are placed in the 11 text0 0x0fffffe0 : { *(text0) *(text1) } section
|
D | relax_call26_boundary.ld | 3 section text0 near a 256 memory segment boundary, by using 12 text0 : { *(text0) *(text1) } section
|
D | relax_call26_boundary.s | 4 # Section text0 is 32 bytes long and requires at least 2 linker stubs 9 .globl text0 symbol 10 .section text0, "ax", @progbits
|
D | relax_call26.s | 3 .globl text0 symbol 4 .section text0, "ax", @progbits
|
D | relax_call26_boundary_c8.d | 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffc8
|
D | relax_call26_boundary_dc.d | 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffdc
|
D | relax_call26_boundary_cc.d | 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffcc
|
D | relax_call26_boundary_d4.d | 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffd4
|
D | relax_call26_boundary_d0.d | 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffd0
|
D | relax_call26_boundary_f4.d | 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0ffffff4
|
D | relax_call26_boundary_d8.d | 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffd8
|
D | relax_call26_boundary_fc.d | 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0ffffffc
|
D | relax_call26_boundary_f8.d | 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0ffffff8
|
D | relax_call26_boundary_f0.d | 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0ffffff0
|
D | relax_call26_cache.s | 3 # The purpose of this test is to ensure that, when section text0 straddles
|
D | relax_call26_shared.d | 9 Disassembly of section text0:
|
D | relax_call26_multi.d | 9 Disassembly of section text0:
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ld.texinfo | 4845 .text0 @{ o1/*.o(.text) @} 4851 This will define both @samp{.text0} and @samp{.text1} to start at 4852 address 0x1000. @samp{.text0} will be loaded at address 0x4000, and 4853 @samp{.text1} will be loaded immediately after @samp{.text0}. The 4875 .text0 0x1000 : AT (0x4000) @{ o1/*.o(.text) @} 4876 PROVIDE (__load_start_text0 = LOADADDR (.text0)); 4877 PROVIDE (__load_stop_text0 = LOADADDR (.text0) + SIZEOF (.text0)); 4878 .text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) @{ o2/*.o(.text) @} 4881 . = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));
|