Searched refs:test4_g (Results 1 – 3 of 3) sorted by relevance
30 static int test4_g __attribute__((weakref("test4_f"))); variable32 return test4_g; in test4_h()
30 static void test4_g(void) __attribute__((weakref("test4_f")));32 test4_g(); in test4_h()
176 long test4_g(long long ll) { in test4_g() function