• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1SECTIONS
2{
3  .text 0x4000 : {
4    * (.text .text.*);
5  }
6
7  .data 0x8000 : {
8    * (.data .data.*);
9  }
10}
11