Home
last modified time | relevance | path

Searched refs:dso_symbol (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/stdlib/
H A Dcxa_thread_atexit_impl.c75 void *dso_symbol) in __cxa_thread_atexit_impl() argument
78 return (__cxa_thread_atexit_hidden(dtor_func, obj, dso_symbol)); in __cxa_thread_atexit_impl()
83 void *dso_symbol) in __cxa_thread_atexit_hidden() argument
95 new_dtor->dso = dso_symbol; in __cxa_thread_atexit_hidden()
H A Dcxa_thread_atexit.c32 __cxa_thread_atexit(void (*dtor_func)(void *), void *obj, void *dso_symbol) in __cxa_thread_atexit() argument
35 return (__cxa_thread_atexit_hidden(dtor_func, obj, dso_symbol)); in __cxa_thread_atexit()
/freebsd/lib/libc/include/
H A Dlibc_private.h303 void *dso_symbol) __hidden;