OpenGrok
Cross Reference: plt-main2.c
xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-i386
/
plt-main2.c
Home
|
History
|
Annotate
|
Download
|
only in
ld-i386
1
extern
int
foo
(
void
);
2
typedef
int
(*
func_p
) (
void
);
3
func_p
foo_ptr
=
foo
;
4