OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_foo_p
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncmod6.c
7
extern foo_p
get_foo_p
(void);
13
get_foo_p
(void)
function
ifuncmain7.c
30
extern foo_p __attribute__ ((noinline))
get_foo_p
(void);
37
get_foo_p
(void)
function
60
p =
get_foo_p
();
ifuncmod1.c
72
extern foo_p
get_foo_p
(void);
77
get_foo_p
(void)
function
Completed in 2084 milliseconds