Lines Matching defs:dlopen
65 * Cause interposition on dlclose() and dlopen()
69 #pragma weak dlopen = _tnfctl_dlopen
263 * and a dlopen or dlclose happening at the same time in another thread.
269 * dlopen or dlclose.
295 * can recursively call dlopen or dlclose while holding _tnfctl_lmap_lock
318 /* recursive dlopen/dlclose by same thread */
321 /* not a recursive dlopen/dlclose - wait on lock */
332 * dlopen/dlclose
342 * dlopen interposition with a recursive lock so that a .init section
343 * can recursively call dlopen or dlclose while holding _tnfctl_lmap_lock
359 dlsym(RTLD_NEXT, "dlopen");
367 /* recursive dlopen/dlclose by same thread */
370 /* not a recursive dlopen/dlclose - wait on lock */
381 * dlopen/dlclose