• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1SECTIONS {
2  .text : {
3     *(.text)
4     LONG(0x12345678);
5  }
6}
7