/src/lib/libc/stdlib/ |
cxa_thread_atexit.c | 68 __weak_alias(__cxa_thread_atexit, __cxa_thread_atexit_impl) 69 int __cxa_thread_atexit_impl(void (*)(void *), void *, void *); 72 __cxa_thread_atexit_impl(void (*dtor)(void *), void *obj, void *dso_symbol) function in typeref:typename:int
|
cxa_thread_atexit.c | 68 __weak_alias(__cxa_thread_atexit, __cxa_thread_atexit_impl) 69 int __cxa_thread_atexit_impl(void (*)(void *), void *, void *); 72 __cxa_thread_atexit_impl(void (*dtor)(void *), void *obj, void *dso_symbol) function in typeref:typename:int
|
cxa_thread_atexit.c | 68 __weak_alias(__cxa_thread_atexit, __cxa_thread_atexit_impl) 69 int __cxa_thread_atexit_impl(void (*)(void *), void *, void *); 72 __cxa_thread_atexit_impl(void (*dtor)(void *), void *obj, void *dso_symbol) function in typeref:typename:int
|