Searched refs:dlopen (Results 1 - 25 of 90) sorted by relevance

1234

/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Ddlfcn.h15 * Mode flags for the dlopen routine.
31 void *dlopen(const char *path, int mode);
36 void *dlopen();
/freebsd-9.3-release/libexec/rtld-elf/
H A DSymbol.map9 dlopen;
/freebsd-9.3-release/lib/libc/gen/
H A Dlibc_dlopen.c39 * Whether we want to restrict dlopen()s.
51 return (dlopen(path, mode));
H A Ddlfcn.c97 #pragma weak dlopen macro
99 dlopen(const char *name, int mode) function
H A DMakefile.inc62 dl_iterate_phdr.3 dladdr.3 dlinfo.3 dllockinit.3 dlopen.3 \
103 MLINKS+=dlopen.3 fdlopen.3 dlopen.3 dlclose.3 dlopen.3 dlerror.3 \
104 dlopen.3 dlfunc.3 dlopen.3 dlsym.3
/freebsd-9.3-release/tools/regression/tls/ttls3/
H A Dtls-test.c38 handle = dlopen("libtls-test.so.1", RTLD_NOW);
41 printf("dlopen failed (%s)!\n", error);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose2.ksh111 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
112 printf("dlopen of livelib.so failed: %s\n", dlerror());
118 if ((dead = dlopen("./deadlib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
119 printf("dlopen of deadlib.so failed: %s\n", dlerror());
123 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
124 printf("dlopen of livelib.so failed: %s\n", dlerror());
H A Dtst.dlclose1.ksh115 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
116 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-9.3-release/bin/csh/
H A Diconv_stub.c60 iconvlib = dlopen(ICONVLIB, RTLD_LAZY | RTLD_GLOBAL);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh30 # This test verifies that probes will be picked up after a dlopen(3C)
86 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
88 printf("dlopen of altlib.so failed: %s\n", dlerror());
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-9.3-release/include/
H A Ddlfcn.h38 * Modes and flags for dlopen().
117 void *dlopen(const char *, int);
/freebsd-9.3-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-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_event_plugin.c82 rc->handle = dlopen(lib_name, RTLD_LAZY);
/freebsd-9.3-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-9.3-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c349 m_libHandle = dlopen(dllName, RTLD_LAZY);
358 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY);
/freebsd-9.3-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-9.3-release/contrib/smbfs/lib/smb/
H A Dnls.c97 iconv_lib = dlopen("libiconv.so", RTLD_LAZY | RTLD_GLOBAL);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dplugin.c98 (*e)->dsohandle = dlopen(lib, RTLD_LAZY);
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_exit.c86 if ((handle = dlopen(dlinfo.dli_fname, RTLD_LAZY)) != NULL) {
/freebsd-9.3-release/sys/sys/
H A Dlink_aout.h171 void *(*dlopen)(const char *, int); /* NONE */ member in struct:ld_entry
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c292 handle = dlopen(check_library, RTLD_NOW);
332 handle = dlopen(check_library, RTLD_NOW);
/freebsd-9.3-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-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h206 #pragma redefine_extname dlopen __mfwrap_dlopen

Completed in 279 milliseconds

1234