1 2 3 4 5 6 7 8 9 10 11
SECTIONS { . = SIZEOF_HEADERS; PROVIDE (foo = 1); PROVIDE (bar = 2); PROVIDE (baz = 3); .data 0x2000 : { *(.data) } }