xref
: /
toolchain
/
binutils
/
binutils-2.27
/
gold
/
testsuite
/
script_test_11.t
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
SECTIONS
2
{
3
.foo : {
4
__foo_start = .;
5
KEEP(*(.foo))
6
__foo_end = .;
7
}
8
}
9