Home | History | Annotate | Download | only in ld-elf
      1 SECTIONS
      2 {
      3   . = 0x10000000;
      4   .text : { *(.text) }
      5 
      6   . = 0x20000000;
      7   .rodata : { *(.rodata) }
      8 }
      9