Searched refs:dso_handle (Results 1 – 2 of 2) sorted by relevance
53 void *dso_handle; member80 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()
50 int __aeabi_atexit(void* object, void (*destructor)(void*), void* dso_handle) { in __aeabi_atexit() argument51 return __cxa_atexit(destructor, object, dso_handle); in __aeabi_atexit()