xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-selective
/
keepdot.ld
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
SECTIONS
2
{
3
.myinit : { KEEP (*(.myinit)) }
4
.mytext : { *(.mytext*) *(.text*) }
5
}
6