Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dcxa.c53 void *dso_handle; member
80 new->func.cxa.dso_handle = d; in __cxa_atexit()
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) { in __cxa_finalize()
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_wrappers.cpp50 int __aeabi_atexit(void* object, void (*destructor)(void*), void* dso_handle) { in __aeabi_atexit() argument
51 return __cxa_atexit(destructor, object, dso_handle); in __aeabi_atexit()