Searched refs:dso (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/arch-mips/bionic/
H A Datexit.h30 extern int __cxa_atexit(void (*func)(void *), void *arg, void *dso);
/bionic/libc/arch-arm/bionic/
H A Datexit_legacy.c39 extern int __cxa_atexit(void (*func)(void *), void *arg, void *dso);
/bionic/libc/stdlib/
H A Datexit.c56 * with the given dso handle is unloaded dynamically. Also used as
59 * http://www.codesourcery.com/cxx-abi/abi.html#dso-dtor
62 __cxa_atexit(void (*func)(void *), void *arg, void *dso) argument
99 fnp->fn_dso = dso;
110 * object owning 'dso'.
111 * Note: if 'dso' is NULL, then all remaining handlers are called.
114 __cxa_finalize(void *dso) argument
131 if (dso != NULL && dso != p->fns[n].fn_dso)
146 * with an argument, even if dso i
[all...]

Completed in 1813 milliseconds