Home
last modified time | relevance | path

Searched refs:func (Results 1 – 4 of 4) sorted by relevance

/include/sys/
A Dcdefs.h29 # define __LDBL_REDIR_DECL(func) \ argument
30 extern __typeof(func) func __asm (__ASMNAME ("__GI____ieee128_" #func));
33 # define libc_hidden_ldbl_proto(func, attrs...) \ argument
34 extern __typeof(func) ___ieee128_ ## func; \
35 libc_hidden_proto (___ieee128_ ## func, ##attrs);
38 # define __LDBL_REDIR2_DECL(func) \ argument
39 extern __typeof(__ ## func) __ ## func __asm (__ASMNAME ("__GI____ieee128___" #func));
/include/
A Difunc-impl-list.h37 #define IFUNC_IMPL_ADD(array, i, func, usable, impl) \ argument
38 extern __typeof (func) impl attribute_hidden; \
43 #define IFUNC_IMPL(n, name, func, ...) \ argument
44 if (strcmp (name, #func) == 0) \
A Dlibc-symbols.h177 # define call_function_static_weak(func, ...) func (__VA_ARGS__) argument
179 # define call_function_static_weak(func, ...) \ argument
181 extern __typeof__ (func) func weak_function; \
182 (func != NULL ? func (__VA_ARGS__) : (void)0); \
A Dstdlib.h115 extern int __cxa_atexit (void (*func) (void *), void *arg, void *d);
118 extern int __cxa_thread_atexit_impl (void (*func) (void *), void *arg,

Completed in 15 milliseconds