Searched refs:func_list (Results 1 – 1 of 1) sorted by relevance
131 static struct libc_ifunc_impl func_list[32]; variable157 if (func_list[f].usable) \159 a->name = func_list[f].name; \160 a->fn = func_list[f].fn; \189 func_count = __libc_ifunc_impl_list (TEST_NAME, func_list, in test_init()190 (sizeof func_list in test_init()191 / sizeof func_list[0])); in test_init()
Completed in 4 milliseconds