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

/illumos-gate/usr/src/lib/libtnfctl/
H A Dinternal.c65 * Cause interposition on dlclose() and dlopen()
69 #pragma weak dlopen = _tnfctl_dlopen macro
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 o
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c7 /* dlopen.c--Unix dlopen() dynamic loader interface
10 * $Id: dlopen.c,v 1.45 2003/07/14 20:08:50 rbraun Exp $
111 dlopen(char *fname, int mode) function
411 if (!(library = dlopen(file, flag))) {
417 "unable to dlopen %s: %s", file, dlerror());
420 "unable to dlopen %s: %s", file, dlerror());
585 * we support dlopen()
/illumos-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c22 * provide dlopen/dlsym/dlerror interface
67 extern void* dlopen(const char* path, int mode) function
133 extern void* dlopen(const char* path, int mode) function
277 extern void* dlopen(const char* path, int mode) function
363 extern void* dlopen(const char* path, int mode) function
506 extern void* dlopen(const char* path, int mode) function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c51 * For dlopen() the link map of the caller must be passed to load_so() so that
58 * requests, together with requests based off of a dlopen(0).
192 * handle, such as dlopen(0), or use or use of RTLD_FIRST.
208 * For dlopen(0) the handle is maintained as part of the link-map list,
270 * A dlopen(0) handle is identified by the GPH_ZERO flag, the
313 * dlopen(0)) can have a reference count of 0. However, these
411 * a parent of a dlopen(RTLD_PARENT) request.
487 * If this handle is special (dlopen(0)), then leave it around - it
637 * Core dlopen activity.
720 * dldump()'ing using dlopen(
1016 dlopen(const char *path, int mode) function
[all...]
H A Dutil.c1243 * and dlopen().
1307 * A dlopen() always requires a new temporary link-map control list.
1308 * Typically, a dlopen() occurs on a link-map list that had already started
1309 * relocation, however, auditors can dlopen() objects on the main link-map
1311 * Hence, dlopen() requests are explicitly flagged.
1314 create_cntl(Lm_list *lml, int dlopen) argument
1320 if (dlopen || (lml->lm_head == NULL) ||

Completed in 62 milliseconds