OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_foo
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncmod6.c
8
extern foo_p
get_foo
(void);
19
get_foo
(void)
function
ifuncvar1.c
13
void (*
get_foo
(void)) (void) __asm__ ("foo");
17
void (*
get_foo
(void)) (void)
function
ifuncmain5.c
10
extern foo_p __attribute__ ((noinline))
get_foo
(void);
15
get_foo
(void)
function
32
p =
get_foo
();
ifuncmain7.c
31
extern foo_p __attribute__ ((noinline))
get_foo
(void);
44
get_foo
(void)
function
54
p =
get_foo
();
Completed in 297 milliseconds