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