3 OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64",
5 OUTPUT_ARCH(i386:x86-64)
9 /* Read-only sections, merged into text segment: */
21 /* Adjust the address for the data segment. We want to adjust up to
22 the same address within the page on the next page up. */
23 . = ALIGN(0x100000) + (. & (0x100000 - 1));
26 AT (LOADADDR(.text) + (ADDR(.data) - ADDR(.text)))
35 AT (LOADADDR(.text) + (ADDR(.bss) - ADDR(.text)))
47 KEEP(*(.note.netbsd.ident));