1 2 3 4 5 6 7 8
. = ALIGN(PAGE_SIZE); _stext = .; .text : { *(.text .text.*) *(.init.text) *(.fixup) *(.gnu.warning) } ${text_output}