• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1SECTIONS
2{
3  tls_data_init : { *(.tdata) }
4  .data	  : { *(.data)
5  }
6}
7