repo.or.cz
/
kvm-userspace.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm: qemu: expose MSI capability to guest
[kvm-userspace.git]
/
user
/
flat.lds
blob
61f10573a2f9e9971c375e1b3bd5bf0604d155e1
1
OUTPUT_FORMAT(binary)
2
3
SECTIONS
4
{
5
. = 1M;
6
stext = .;
7
.text : { *(.init) *(.text) *(.text.*) }
8
. = ALIGN(4K);
9
.data : { *(.data) }
10
. = ALIGN(16);
11
.rodata : { *(.rodata) }
12
. = ALIGN(16);
13
.bss : { *(.bss) }
14
. = ALIGN(4K);
15
edata = .;
16
}
17