DEBSOURCES
Skip Quicknav
sources / binutils-djgpp / 2.35.1%2Bdfsg-2 / gnu / binutils-2.35.1 / ld / testsuite / ld-elf / ehdr_start-userdef.t
12345678910
SECTIONS { . = 0x10000000; .text : { *(.text) } __ehdr_start = 0x12345678; . = 0x20000000; .rodata : { *(.rodata) } }