1 2 3 4 5 6 7 8 9 10 11 12 13
ENTRY(_start) SECTIONS { .got 0x1000 : { *(.got) } .data 0x2000: { *(.data) } .text 0x900000000 : { *(.text) } }