Searched refs:dlopen (Results 26 - 50 of 174) sorted by relevance

1234567

/freebsd-11.0-release/lib/libc/gen/
H A Ddlfcn.c101 #pragma weak dlopen macro
103 dlopen(const char *name, int mode) function
H A DMakefile.inc193 dlopen.3 \
320 MLINKS+=dlopen.3 fdlopen.3 \
321 dlopen.3 dlclose.3 \
322 dlopen.3 dlerror.3 \
323 dlopen.3 dlfunc.3 \
324 dlopen.3 dlsym.3
/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_event_plugin.c82 rc->handle = dlopen(lib_name, RTLD_LAZY);
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/string/
H A Dt_strchr.c249 strchr_fn = dlsym(dlopen(0, RTLD_LAZY), "test_strchr");
H A Dt_strlen.c110 strlen_fn = dlsym(dlopen(NULL, RTLD_LAZY), "test_strlen");
/freebsd-11.0-release/contrib/gdb/
H A Dltconfig322 --enable-dlopen enable dlopen support
361 --enable-dlopen) enable_dlopen=yes ;;
1628 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
1629 echo "$progname:1591: checking for dlopen in -ldl" >&5
1643 char dlopen();
1646 dlopen() function
1664 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1667 echo $ac_n "checking for dlopen""... $ac_c" 1>&6
1668 echo "$progname:1630: checking for dlopen" >
1693 dlopen(); function
1732 dlopen() function
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DDynamicLibrary.cpp60 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL);
68 // with the handle of dlopen(NULL, RTLD_GLOBAL).
97 if (errMsg) *errMsg = "dlopen() not supported on this platform";
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cc20 #include <dlfcn.h> // for dlopen()
51 void *p = dlopen("libcorkscrew.so", RTLD_LAZY);
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex4.ksh30 # This test verifies that USDT probes will be picked up after a dlopen(3C)
109 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
111 printf("dlopen of altlib.so failed: %s\n", dlerror());
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh117 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
118 printf("dlopen of livelib.so failed: %s\n", dlerror());
H A Dtst.dlclose3.ksh121 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
122 printf("dlopen of livelib.so failed: %s\n", dlerror());
/freebsd-11.0-release/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_test.cc86 libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL |
/freebsd-11.0-release/contrib/libxo/libxo/
H A Dxo_encoder.c35 #define dlopen(_n, _f) NULL /* Fail */ macro
116 void *xe_dlhandle; /* dlopen handle */
225 dlp = dlopen((const char *) buf, RTLD_NOW);
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c350 m_libHandle = dlopen(dllName, RTLD_LAZY);
359 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY);
/freebsd-11.0-release/contrib/apr/dso/unix/
H A Ddso.c123 void *os_handle = dlopen((char *)path, RTLD_NOW | RTLD_GLOBAL);
133 * dlopen() support for such a library requires that the
139 os_handle = dlopen(path, flags);
/freebsd-11.0-release/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c140 * Prior to using the dlopen() function, we should decide on the flag we
167 * (void*) returned from dlopen().
185 ptr = dlopen(filename, flags);
456 void *ret = NULL, *handle = dlopen(NULL, RTLD_LAZY);
/freebsd-11.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c76 openpam_log(PAM_LOG_LIBDEBUG, "dlopen(%s)", modfn);
103 openpam_log(PAM_LOG_LIBDEBUG, "dlopen(%s)", modfn);
109 if ((dlh = dlopen(modfn, RTLD_NOW)) == NULL) {
/freebsd-11.0-release/contrib/netbsd-tests/rump/rumpkern/
H A Dt_modcmd.c136 handle = dlopen(TMPFSMODULE, RTLD_GLOBAL);
/freebsd-11.0-release/sys/sys/
H A Dlink_aout.h171 void *(*dlopen)(const char *, int); /* NONE */ member in struct:ld_entry
/freebsd-11.0-release/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c287 handle = dlopen(check_library, RTLD_NOW);
327 handle = dlopen(check_library, RTLD_NOW);
/freebsd-11.0-release/crypto/openssl/crypto/
H A Dsparcv9cap.c194 if ((h = dlopen(NULL, RTLD_LAZY))) {
204 if ((h = dlopen("libdevinfo.so.1", RTLD_LAZY)))
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dplugin.c115 /* ignore error from dlopen, and just keep it as negative cache entry */
116 e->u.dso.dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
482 p->dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
/freebsd-11.0-release/contrib/ofed/libibverbs/src/
H A Dinit.c248 dlhandle = dlopen(so_name, RTLD_NOW);
547 * Check if we can dlopen() ourselves. If this fails,
550 * dlopen() a driver module will fail spectacularly (loading a
556 void *hand = dlopen(NULL, RTLD_NOW);
558 fprintf(stderr, PFX "Warning: dlopen(NULL) failed, "
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_methods.c188 handle = dlopen(so, RTLD_LAZY);
/freebsd-11.0-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h206 #pragma redefine_extname dlopen __mfwrap_dlopen

Completed in 138 milliseconds

1234567