Home
last modified time | relevance | path

Searched refs:text0 (Results 1 – 20 of 20) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
Drelax_call26_multi.ld2 In this case, input sections text0 and text1 cannot share stubs
11 text0 0 : { *(text0) } section
Drelax_call26_shared.ld2 In this case, input sections text0 and text1 are placed in the
11 text0 0 : { *(text0) *(text1) } section
Drelax_call26_cache.ld2 In this case, input sections text0 and text1 are placed in the
11 text0 0x0fffffe0 : { *(text0) *(text1) } section
Drelax_call26_boundary.ld3 section text0 near a 256 memory segment boundary, by using
12 text0 : { *(text0) *(text1) } section
Drelax_call26_boundary.s4 # Section text0 is 32 bytes long and requires at least 2 linker stubs
9 .globl text0 symbol
10 .section text0, "ax", @progbits
Drelax_call26.s3 .globl text0 symbol
4 .section text0, "ax", @progbits
Drelax_call26_boundary_c8.d2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffc8
Drelax_call26_boundary_dc.d2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffdc
Drelax_call26_boundary_cc.d2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffcc
Drelax_call26_boundary_d4.d2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffd4
Drelax_call26_boundary_d0.d2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffd0
Drelax_call26_boundary_f4.d2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0ffffff4
Drelax_call26_boundary_d8.d2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffd8
Drelax_call26_boundary_fc.d2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0ffffffc
Drelax_call26_boundary_f8.d2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0ffffff8
Drelax_call26_boundary_f0.d2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0ffffff0
Drelax_call26_cache.s3 # The purpose of this test is to ensure that, when section text0 straddles
Drelax_call26_shared.d9 Disassembly of section text0:
Drelax_call26_multi.d9 Disassembly of section text0:
/toolchain/binutils/binutils-2.25/ld/
Dld.texinfo4845 .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));