xref
: /
qemu
/
pc-bios
/
optionrom
/
flat.lds
(revision a27bd6c779badb8d76e4430d810ef710a1b98f4e)
!
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
SECTIONS
2
{
3
. = 0;
4
.text : { *(.text) *(.text.$) }
5
}
6
ENTRY(_start)
7