Searched refs:foo_protected (Results 1 – 5 of 5) sorted by relevance
17 extern int foo_protected (void);24 foo_p foo_procted_ptr = foo_protected;46 foo_protected (void) in foo_protected() function61 if (foo_procted_ptr != foo_protected) in main()81 if (p == foo_protected) in main()83 if (foo_protected () != -40) in main()
15 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()
14 extern int __attribute__ ((noinline)) foo_protected (void);34 foo_protected (void) in foo_protected() function119 if (p == foo_protected) in main()121 if (foo_protected () != -40) in main()
64 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()
6 extern int foo_protected (void);24 return foo_protected; in get_foo_protected()