xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-x86-64
/
no-plt-func1.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
func(void)
2
func
(
void
)
3
{
4
return
0x12345678
;
5
}
6