• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1SECTIONS
2{
3  . = SIZEOF_HEADERS;
4  .text : { *(.text) }
5  .data : { *(.data) }
6  .data1 : { KEEP (*(.data1)) }
7  .dynamic : { *(.dynamic) }
8}
9