Searched refs:dso_handle (Results 1 – 4 of 4) sorted by relevance
41 if ((d == NULL || d == f->func.cxa.dso_handle) && f->flavor == ef_cxa) in __cxa_finalize()99 if (d == NULL || d == f->func.cxa.dso_handle) in __cxa_finalize()
36 extern int __cxa_atexit (void (*func) (void *), void *arg, void *dso_handle);
51 void *dso_handle; member
57 new->func.cxa.dso_handle = d; in __internal_atexit()
Completed in 7 milliseconds