Searched refs:__cxa_atexit (Results 1 – 2 of 2) sorted by relevance
101 __cxa_atexit(void (*hdlr)(void *), void *arg, void *dso) in __cxa_atexit() function130 return (__cxa_atexit((_exithdlr_func_t)func, NULL, NULL)); in atexit()
581 __cxa_atexit;