Searched refs:dso_symbol (Results 1 – 2 of 2) sorted by relevance
106 _LIBCXXABI_FUNC_VIS int __cxa_thread_atexit(Dtor dtor, void* obj, void* dso_symbol) throw() { in __cxa_thread_atexit() argument108 return __cxa_thread_atexit_impl(dtor, obj, dso_symbol); in __cxa_thread_atexit()111 return __cxa_thread_atexit_impl(dtor, obj, dso_symbol); in __cxa_thread_atexit()
19 void *dso_symbol) { in __cxa_thread_atexit_impl() argument22 assert(dso_symbol == reinterpret_cast<void *>(3)); in __cxa_thread_atexit_impl()