Searched refs:test3_g (Results 1 – 3 of 3) sorted by relevance
20 static int test3_g __attribute__((weakref("test3_f"))); variable25 return test3_g; in test3_h()
20 static void test3_g(void) __attribute__((weakref("test3_f")));25 test3_g(); in test3_h()
142 int test3_g(long long ll) { in test3_g() function