Searched refs:dlopen (Results 51 - 75 of 174) sorted by relevance

1234567

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dlibunwind-frame.c331 handle = dlopen (LIBUNWIND_SO, RTLD_NOW);
/freebsd-11.0-release/lib/libgssapi/
H A Dgss_mech_switch.c224 so = dlopen(lib, RTLD_LOCAL);
226 fprintf(stderr, "dlopen: %s\n", dlerror());
/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_exit.c88 if ((handle = dlopen(dlinfo.dli_fname, RTLD_LAZY)) != NULL) {
/freebsd-11.0-release/usr.bin/ldd/
H A Dldd.c260 dlopen(*argv, RTLD_TRACE);
/freebsd-11.0-release/usr.sbin/keyserv/
H A Dcrypt_server.c64 * DES and one without), we use dlopen() and friends to load libdes.so
189 if ((dlhandle = dlopen(dlpath, 0444)) != NULL)
/freebsd-11.0-release/contrib/binutils/
H A Dltmain.sh685 -dlopen FILE add the directory containing FILE to the library path
687 This mode sets the library path environment variable according to \`-dlopen'
740 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
857 -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break
907 -dlopen=*|--mode=*|--tag=*)
998 # Only execute mode is allowed to have -dlopen flags.
1000 func_error "unrecognized option \`-dlopen'"
1959 # Handle -dlopen flags immediately.
2003 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
2988 -dlopen)
[all...]
/freebsd-11.0-release/contrib/gdb/
H A Dltmain.sh227 -dlopen)
228 prevopt="-dlopen"
298 # Only execute mode is allowed to have -dlopen flags.
300 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
1144 -dlopen)
1488 # This library was specified with -dlopen.
1659 $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2
1671 passes="conv scan dlopen dlpreopen link"
1680 dlopen)
1797 # If there is no dlopen suppor
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c307 so = dlopen(lib, RTLD_LAZY | RTLD_LOCAL | RTLD_GROUP);
309 /* fprintf(stderr, "dlopen: %s\n", dlerror()); */
/freebsd-11.0-release/crypto/heimdal/lib/kafs/
H A Dafssys.c107 ptr = dlopen(path, RTLD_NOW);
111 fprintf(stderr, "dlopen(%s): %s\n", path, p);
113 fprintf(stderr, "dlopen(%s): %s\n", path, strerror(errno));
/freebsd-11.0-release/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c132 * Given a filled out auditfilter_module, use dlopen() and dlsym() to attach
141 am->am_dlhandle = dlopen(am->am_modulename, RTLD_NOW);
/freebsd-11.0-release/contrib/gcc/config/
H A Ddarwin-crt3.c280 handle = dlopen ("/usr/lib/libSystem.B.dylib", RTLD_NOLOAD);
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_fru.c61 * Because the FMA packages depend on ZFS, we have to dlopen() libtopo in case
207 if ((_topo_dlhandle = dlopen(path, RTLD_LAZY)) == NULL)
/freebsd-11.0-release/lib/libkiconv/
H A Dxlat16_iconv.c326 iconv_lib = dlopen("libiconv.so", RTLD_LAZY | RTLD_GLOBAL);
/freebsd-11.0-release/sys/boot/userboot/test/
H A Dtest.c449 h = dlopen(userboot_obj, RTLD_LOCAL);
/freebsd-11.0-release/contrib/ofed/libibcm/config/
H A Dltmain.sh523 -dlopen)
524 prevopt="-dlopen"
608 # Only execute mode is allowed to have -dlopen flags.
610 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
1457 -dlopen)
1917 # This library was specified with -dlopen.
2058 $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2
2070 passes="conv scan dlopen dlpreopen link"
2083 dlopen) libs="$dlfiles" ;;
2091 if test "$pass" = dlopen; the
[all...]
/freebsd-11.0-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh523 -dlopen)
524 prevopt="-dlopen"
608 # Only execute mode is allowed to have -dlopen flags.
610 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
1457 -dlopen)
1917 # This library was specified with -dlopen.
2058 $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2
2070 passes="conv scan dlopen dlpreopen link"
2083 dlopen) libs="$dlfiles" ;;
2091 if test "$pass" = dlopen; the
[all...]
/freebsd-11.0-release/contrib/openbsm/config/
H A Dltmain.sh1076 --dlopen|-dlopen)
1203 # Only execute mode is allowed to have -dlopen flags.
1205 func_error "unrecognized option \`-dlopen'"
2383 -dlopen FILE add the directory containing FILE to the library path
2385 This mode sets the library path environment variable according to \`-dlopen'
2440 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
2555 # Handle -dlopen flags immediately.
2602 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
5533 -dlopen)
[all...]
/freebsd-11.0-release/contrib/openpam/
H A Dltmain.sh1076 --dlopen|-dlopen)
1203 # Only execute mode is allowed to have -dlopen flags.
1205 func_error "unrecognized option \`-dlopen'"
2383 -dlopen FILE add the directory containing FILE to the library path
2385 This mode sets the library path environment variable according to \`-dlopen'
2440 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
2555 # Handle -dlopen flags immediately.
2602 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
5533 -dlopen)
[all...]
/freebsd-11.0-release/crypto/heimdal/
H A Dltmain.sh1079 --dlopen|-dlopen)
1202 # Only execute mode is allowed to have -dlopen flags.
1204 func_error "unrecognized option \`-dlopen'"
2352 -dlopen FILE add the directory containing FILE to the library path
2354 This mode sets the library path environment variable according to \`-dlopen'
2409 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
2524 # Handle -dlopen flags immediately.
2571 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
5488 -dlopen)
[all...]
/freebsd-11.0-release/contrib/ldns/
H A Dltmain.sh1076 --dlopen|-dlopen)
1203 # Only execute mode is allowed to have -dlopen flags.
1205 func_error "unrecognized option \`-dlopen'"
2353 -dlopen FILE add the directory containing FILE to the library path
2355 This mode sets the library path environment variable according to \`-dlopen'
2410 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
2525 # Handle -dlopen flags immediately.
2572 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
5500 -dlopen)
[all...]
/freebsd-11.0-release/contrib/file/
H A Dltmain.sh1077 --dlopen|-dlopen)
1204 # Only execute mode is allowed to have -dlopen flags.
1206 func_error "unrecognized option \`-dlopen'"
2354 -dlopen FILE add the directory containing FILE to the library path
2356 This mode sets the library path environment variable according to \`-dlopen'
2411 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
2526 # Handle -dlopen flags immediately.
2573 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
5501 -dlopen)
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/hdb/
H A Dhdb.c311 dl = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h247 #define __itt_load_lib(name) dlopen(name, RTLD_LAZY)
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c83 * Attempt to dlopen the decompression library and locate the symbols of
99 if ((zlib.z_dlp = dlopen(_libctf_zlib, RTLD_LAZY | RTLD_LOCAL)) == NULL)
/freebsd-11.0-release/targets/pseudo/tests/
H A DMakefile.depend159 lib/libthr/tests/dlopen \
160 lib/libthr/tests/dlopen/dso \

Completed in 209 milliseconds

1234567