Searched refs:obj1func1 (Results 1 – 4 of 4) sorted by relevance
4 obj1func1 (int a) in obj1func1() function
5 extern int obj1func1 (int);
7 obj1func1 (int a __attribute__ ((unused))) in obj1func1() function
16 return obj1func1 (a) + 10; in obj2func2()