OpenGrok
Cross Reference: plt-lib.c
xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-x86-64
/
plt-lib.c
Home
|
History
|
Annotate
|
Download
|
only in
ld-x86-64
1
int
2
foo
(
void
)
3
{
4
return
1
;
5
}
6
7
int
8
bar
(
void
)
9
{
10
return
-
1
;
11
}
12