ENTRY(_start) SECTIONS { .text : { *(.text) } :phdr .data : { *(.data) } }