Home
last modified time | relevance | path

Searched refs:foo_protected (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/testsuite/
Difuncmain1vis.c17 extern int foo_protected (void);
24 foo_p foo_procted_ptr = foo_protected;
46 foo_protected (void) in foo_protected() function
61 if (foo_procted_ptr != foo_protected) in main()
81 if (p == foo_protected) in main()
83 if (foo_protected () != -40) in main()
Difuncmain1.c15 extern int foo_protected (void);
22 foo_p foo_procted_ptr = foo_protected;
40 if (foo_procted_ptr != foo_protected) in main()
42 if (foo_protected () != 0) in main()
58 if (p != foo_protected) in main()
Difuncmain3.c14 extern int __attribute__ ((noinline)) foo_protected (void);
34 foo_protected (void) in foo_protected() function
119 if (p == foo_protected) in main()
121 if (foo_protected () != -40) in main()
Difuncmod1.c64 extern int foo_protected (void);
93 ret_foo_protected = foo_protected (); in get_foo_protected_p()
94 return foo_protected; in get_foo_protected_p()
Difuncmain5.c6 extern int foo_protected (void);
24 return foo_protected; in get_foo_protected()