Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_thread_atexit.cpp106 _LIBCXXABI_FUNC_VIS int __cxa_thread_atexit(Dtor dtor, void* obj, void* dso_symbol) throw() { in __cxa_thread_atexit() argument
108 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()
/external/libcxxabi/test/
Dcxa_thread_atexit_test.pass.cpp19 void *dso_symbol) { in __cxa_thread_atexit_impl() argument
22 assert(dso_symbol == reinterpret_cast<void *>(3)); in __cxa_thread_atexit_impl()