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

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_dl.c76 dlclose(void *dlp) function
/illumos-gate/usr/src/lib/libtnfctl/
H A Dinternal.c65 * Cause interposition on dlclose() and dlopen()
67 #pragma weak dlclose = _tnfctl_dlclose macro
263 * and a dlopen or dlclose happening at the same time in another thread.
269 * dlopen or dlclose.
294 * dlclose interposition with a recursive lock so that a .fini section
295 * can recursively call dlopen or dlclose while holding _tnfctl_lmap_lock
310 real_dlclose = (int (*)(void *)) dlsym(RTLD_NEXT, "dlclose");
318 /* recursive dlopen/dlclose by same thread */
321 /* not a recursive dlopen/dlclose - wait on lock */
332 * dlopen/dlclose
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c129 dlclose(dll_handle h) function
429 dlclose(library);
468 dlclose(libptr->library);
774 dlclose(libptr->library);
/illumos-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c80 extern int dlclose(void* dll) function
142 extern int dlclose(void* dll) function
287 extern int dlclose(void* dll) function
419 extern int dlclose(void* handle) function
512 extern int dlclose(void* dll) function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c308 * that an earlier call to dlclose() was unable to remove. Such
454 * Core dlclose activity.
524 * Internal dlclose activity. Called from user level or directly for internal
547 * case of a dlclose of an alternative (dlmopen) link-map the whole
566 * Argument checking for dlclose. Only called via external entry.
586 #pragma weak _dlclose = dlclose
589 * External entry for dlclose(3dl). Returns 0 for success, non-zero otherwise.
592 dlclose(void *handle) function

Completed in 66 milliseconds