OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foo_protected
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncmain1vis.c
17
extern int
foo_protected
(void);
24
foo_p foo_procted_ptr =
foo_protected
;
46
foo_protected
(void)
function
61
if (foo_procted_ptr !=
foo_protected
)
81
if (p ==
foo_protected
)
83
if (
foo_protected
() != -40)
ifuncmain1.c
15
extern int
foo_protected
(void);
22
foo_p foo_procted_ptr =
foo_protected
;
40
if (foo_procted_ptr !=
foo_protected
)
42
if (
foo_protected
() != 0)
58
if (p !=
foo_protected
)
ifuncmain5.c
6
extern int
foo_protected
(void);
24
return
foo_protected
;
ifuncmod1.c
47
void * foo_protected_ifunc (void) __asm__ ("
foo_protected
");
48
__asm__(".type
foo_protected
, %gnu_indirect_function");
60
__asm__(".protected
foo_protected
");
64
extern int
foo_protected
(void);
93
ret_foo_protected =
foo_protected
();
94
return
foo_protected
;
ifuncmain3.c
14
extern int __attribute__ ((noinline))
foo_protected
(void);
34
foo_protected
(void)
function
119
if (p ==
foo_protected
)
121
if (
foo_protected
() != -40)
Completed in 693 milliseconds