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

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Datexit.c55 * with the given dso handle is unloaded dynamically. Also used as
58 * http://www.codesourcery.com/cxx-abi/abi.html#dso-dtor
61 __cxa_atexit(void (*func)(void *), void *arg, void *dso) argument
96 fnp->fn_dso = dso;
108 * object owning 'dso'.
109 * Note: if 'dso' is NULL, then all remaining handlers are called.
112 __cxa_finalize(void *dso) argument
128 if (dso != NULL && dso != p->fns[n].fn_dso)
155 if (dso
[all...]

Completed in 689 milliseconds