SECTIONS { . = 0x10000; /* Your target load address */ .text : { *(.text.entry) /* Force this section to be absolute first */ *(.text) /* All other functions follow */ } }