HomeSort by relevance Sort by last modified time
    Searched defs:dlopen (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/libtnfctl/
internal.c 65 * 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 or dlclose while holding _tnfctl_lmap_loc
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdll/common/
dlfcn.c 22 * 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
  /onnv/onnv-gate/usr/src/lib/libsasl/lib/
dlopen.c 7 /* 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()
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
dlfcns.c 52 * For dlopen() the link map of the caller must be passed to load_so() so that
59 * requests, together with requests based off of a dlopen(0).
191 * handle, such as dlopen(0), or use or use of RTLD_FIRST.
207 * For dlopen(0) the handle is maintained as part of the link-map list,
269 * A dlopen(0) handle is identified by the GPH_ZERO flag, the
312 * dlopen(0)) can have a reference count of 0. However, these
410 * a parent of a dlopen(RTLD_PARENT) request.
485 * If this handle is special (dlopen(0)), then leave it around - it
613 * Core dlopen activity.
696 * dldump()'ing using dlopen(0, RTLD_NOW)
993 dlopen(const char *path, int mode) function
    [all...]

Completed in 180 milliseconds