1 NOCROSSREFS ( .text .data ) 2 x = ABSOLUTE(x); 3 SECTIONS 4 { 5 .text : { *(.text) } 6 .data : { *(.data) } 7 /DISCARD/ : { *(*) } 8 } 9