Searched refs:impl (Results 1 – 1 of 1) sorted by relevance
37 #define IFUNC_IMPL_ADD(array, i, func, usable, impl) \ argument38 extern __typeof (func) impl attribute_hidden; \39 (array)[i++] = (struct libc_ifunc_impl) { #impl, (void (*) (void)) impl, (usable) };
Completed in 9 milliseconds