OpenGrok
Cross Reference: simple.c
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-x86-64
/
simple.c
Home
|
History
|
Annotate
|
Download
|
only in
ld-x86-64
1
int
2
foo
(
int
x)
3
{
4
return
x *
4
;
5
}
6