1 2 3 4 5 6 7 8 9
/* See LICENSE for license details. */ ENTRY(_start) SECTIONS { . = -0x80000000; .text.init : { *(.text.init) } }