Searched refs:RTLD_LAZY (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Ddlfcn.h17 #define RTLD_LAZY 1 /* lazy function call binding */ macro
/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) {
118 if ((dead = dlopen("./deadlib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
123 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
H A Dtst.dlclose1.ksh115 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
H A Dtst.dlclose3.ksh121 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
/freebsd-9.3-release/bin/csh/
H A Diconv_stub.c60 iconvlib = dlopen(ICONVLIB, RTLD_LAZY | RTLD_GLOBAL);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dplugin.c94 #ifndef RTLD_LAZY
95 #define RTLD_LAZY 0 macro
98 (*e)->dsohandle = dlopen(lib, RTLD_LAZY);
H A Dacache.c110 #ifndef RTLD_LAZY
111 #define RTLD_LAZY 0 macro
114 cc_handle = dlopen(lib, RTLD_LAZY);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh86 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
H A Dtst.provregex4.ksh109 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
/freebsd-9.3-release/include/
H A Ddlfcn.h40 #define RTLD_LAZY 1 /* Bind function calls lazily. */ macro
/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);
/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);
H A Dittnotify_config.h247 #define __itt_load_lib(name) dlopen(name, RTLD_LAZY)
/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c60 #define RTLD_NOW RTLD_LAZY
/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/lib/libc/iconv/
H A Dcitrus_module.c298 handle = libc_dlopen(p, 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/contrib/wpa/src/eap_peer/
H A Deap_methods.c192 handle = dlopen(so, RTLD_LAZY);
/freebsd-9.3-release/lib/libc/net/
H A Dnsdispatch.c387 handle = libc_dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL);
500 mod.handle = libc_dlopen(buf, RTLD_LOCAL|RTLD_LAZY);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_fru.c207 if ((_topo_dlhandle = dlopen(path, RTLD_LAZY)) == NULL)
/freebsd-9.3-release/lib/libkiconv/
H A Dxlat16_iconv.c327 iconv_lib = dlopen("libiconv.so", RTLD_LAZY | RTLD_GLOBAL);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c99 if ((zlib.z_dlp = dlopen(_libctf_zlib, RTLD_LAZY | RTLD_LOCAL)) == NULL)
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c97 #ifdef RTLD_LAZY
98 #define my_RTLD RTLD_LAZY
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dport.c2442 __libc_dl_handle = dlopen("/lib64/libc.so.6", RTLD_LAZY);
2444 __libc_dl_handle = dlopen("/lib/libc.so.6", RTLD_LAZY);

Completed in 314 milliseconds

12