xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-elfweak
/
foo.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
pragma
weak
foo
2
3
extern
void
foo
();
4
5
void
foo()
6
foo
()
7
{
8
}
9