Searched refs:func_count (Results 1 – 3 of 3) sorted by relevance
132 static int func_count; variable142 if (func_count != 0) \151 a = impl_array = xmalloc ((impl_count + func_count) * \156 for (f = 0; f < func_count; f++) \189 func_count = __libc_ifunc_impl_list (TEST_NAME, func_list, in test_init()
185 static int func_count; variable195 if (func_count != 0) \204 a = impl_array = xmalloc ((impl_count + func_count) * \209 for (f = 0; f < func_count; f++) \295 func_count = __libc_ifunc_impl_list (TEST_NAME, func_list, in test_init()
76602 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&