OpenGrok
Cross Reference: ld2.ld
xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-visium
/
ld2.ld
Home
|
History
|
Annotate
|
Download
|
only in
ld-visium
1
SECTIONS
2
{
3
.text 0x30004 : {
4
*(.text)
5
}
6
.data 0x10000 : {
7
*(.data)
8
}
9
}
10