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

12

/freebsd-10.1-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-10.1-release/bin/csh/
H A Diconv_stub.c60 iconvlib = dlopen(ICONVLIB, RTLD_LAZY | RTLD_GLOBAL);
/freebsd-10.1-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-10.1-release/include/
H A Ddlfcn.h40 #define RTLD_LAZY 1 /* Bind function calls lazily. */ macro
/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_event_plugin.c82 rc->handle = dlopen(lib_name, RTLD_LAZY);
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DDynamicLibrary.cpp60 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL);
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dplugin.c108 #ifndef RTLD_LAZY
109 #define RTLD_LAZY 0 macro
116 e->u.dso.dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
482 p->dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
H A Dacache.c118 #ifndef RTLD_LAZY
119 #define RTLD_LAZY 0 macro
129 cc_handle = dlopen(explib, RTLD_LAZY|RTLD_LOCAL);
134 cc_handle = dlopen(lib, RTLD_LAZY|RTLD_LOCAL);
/freebsd-10.1-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-10.1-release/crypto/openssl/crypto/
H A Dsparcv9cap.c133 if ((h = dlopen(NULL, RTLD_LAZY))) {
143 if ((h = dlopen("libdevinfo.so.1", RTLD_LAZY)))
/freebsd-10.1-release/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c60 #define RTLD_NOW RTLD_LAZY
/freebsd-10.1-release/lib/libc/iconv/
H A Dcitrus_module.c298 handle = libc_dlopen(p, RTLD_LAZY);
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_exit.c86 if ((handle = dlopen(dlinfo.dli_fname, RTLD_LAZY)) != NULL) {
/freebsd-10.1-release/contrib/wpa/src/eap_peer/
H A Deap_methods.c188 handle = dlopen(so, RTLD_LAZY);
/freebsd-10.1-release/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c456 void *ret = NULL, *handle = dlopen(NULL, RTLD_LAZY);
/freebsd-10.1-release/lib/libc/net/
H A Dnsdispatch.c380 handle = libc_dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL);
493 mod.handle = libc_dlopen(buf, RTLD_LOCAL|RTLD_LAZY);
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_fru.c207 if ((_topo_dlhandle = dlopen(path, RTLD_LAZY)) == NULL)
/freebsd-10.1-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c307 so = dlopen(lib, RTLD_LAZY | RTLD_LOCAL | RTLD_GROUP);
/freebsd-10.1-release/lib/libkiconv/
H A Dxlat16_iconv.c326 iconv_lib = dlopen("libiconv.so", RTLD_LAZY | RTLD_GLOBAL);
/freebsd-10.1-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-10.1-release/contrib/ipfilter/tools/
H A Dipmon_y.y1003 #ifdef RTLD_LAZY
1004 isi->imsi_handle = dlopen(path, RTLD_LAZY);

Completed in 228 milliseconds

12