Searched refs:dlopen (Results 151 - 175 of 332) sorted by relevance

1234567891011>>

/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dltdl.m4109 AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
111 [# PORTME does your system automatically load deplibs for dlopen?
147 # at 6.2 and later dlopen does load deplibs.
157 # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
163 # dlopen *does* load deplibs and with the right loader patch applied
188 [Define if the OS needs help to load dependent libraries for dlopen().])
274 AC_CACHE_CHECK([whether libtool supports -dlopen/-dlpreopen],
303 [AC_CHECK_LIB([dl], [dlopen],
310 ]], [[dlopen(0, 0);]])],[AC_DEFINE([HAVE_LIBDL], [1],
311 [Define if you have the libdl library or equivalent.]) libltdl_cv_func_dlopen="yes"],[AC_CHECK_LIB([svld], [dlopen],
[all...]
/macosx-10.10/apr-32/apr/apr/dso/netware/
H A Ddso.c81 os_handle = dlopen(fullpath, RTLD_NOW | RTLD_LOCAL);
/macosx-10.10/dtrace-147/test/tst/common/usdt/
H A Dtst.dlclose1.ksh104 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
105 printf("dlopen of livelib.so failed: %s\n", dlerror());
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dcmd.h120 if (dll = dlopen(NiL, RTLD_LAZY))
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DDynamicLibrary.cpp77 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL);
85 // with the handle of dlopen(NULL, RTLD_GLOBAL).
114 if (errMsg) *errMsg = "dlopen() not supported on this platform";
/macosx-10.10/ruby-106/ruby/ext/fiddle/
H A Dfiddle.h30 # define dlopen(name,flag) ((void*)LoadLibrary(name)) macro
H A Dhandle.c162 ptr = dlopen("coredll.dll", cflag);
169 ptr = dlopen(clib, cflag);
454 * resolved before Fiddle.dlopen returns. If this cannot be done an error
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadNone.c169 * dlopen --
178 * NULL for dlopen() and dlsym(). Error for other functions.
185 VOID *dlopen(path, mode)
184 VOID *dlopen(path, mode) function
H A DtclLoadMac.c4 * This procedure provides a version of the dlopen() function for use
66 * dlopen --
68 * This function is an implementation of dlopen() for the Mac.
83 dlopen(path, mode) function
200 * symbol, give the handle returned by dlopen().
239 * occurred in dlopen().
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Dltconfig249 --enable-dlopen enable dlopen support
282 --enable-dlopen) enable_dlopen=yes ;;
2247 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
2248 echo "$progname:2248: checking for dlopen in -ldl" >&5
2249 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2263 char dlopen();
2266 dlopen() function
2284 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
2287 echo $ac_n "checking for dlopen""
2313 dlopen(); function
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/config/
H A Dltconfig249 --enable-dlopen enable dlopen support
282 --enable-dlopen) enable_dlopen=yes ;;
2283 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
2284 echo "$progname:2270: checking for dlopen in -ldl" >&5
2285 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2299 char dlopen();
2302 dlopen() function
2320 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
2323 echo $ac_n "checking for dlopen""
2349 dlopen(); function
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
H A Dltconfig249 --enable-dlopen enable dlopen support
282 --enable-dlopen) enable_dlopen=yes ;;
2283 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
2284 echo "$progname:2270: checking for dlopen in -ldl" >&5
2285 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2299 char dlopen();
2302 dlopen() function
2320 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
2323 echo $ac_n "checking for dlopen""
2349 dlopen(); function
[all...]
/macosx-10.10/objc4-646/test/
H A Dconcurrentcat.m120 dylib = dlopen(dlName, RTLD_LAZY);
H A Dfuture.m93 dlopen("future2.dylib", 0);
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOSystemConfiguration.c70 locHandle = dlopen(path, RTLD_LAZY);
72 locHandle = dlopen(framework, RTLD_LAZY);
/macosx-10.10/apr-32/apr/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);
/macosx-10.10/bind9-45.101/bind9/bin/pkcs11/unix/
H A Dunix.c47 hPK11 = dlopen(pk11_libname, RTLD_NOW);
98 hPK11 = dlopen(pk11_libname, RTLD_NOW);
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c344 m_libHandle = dlopen(dllName, RTLD_LAZY);
353 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY);
/macosx-10.10/ruby-106/ruby/ext/dl/
H A Dhandle.c159 ptr = dlopen("coredll.dll", cflag);
166 ptr = dlopen(clib, cflag);
/macosx-10.10/ruby-106/ruby/test/dl/
H A Dtest_cptr.rb148 @libc = dlopen(LIBC_SO)
149 @libm = dlopen(LIBM_SO)
/macosx-10.10/ruby-106/ruby/test/fiddle/
H A Dtest_pointer.rb160 @libc = dlopen(LIBC_SO)
161 @libm = dlopen(LIBM_SO)
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclLoadDyld.c51 extern void *dlopen(const char *path, int mode) WEAK_IMPORT_ATTRIBUTE;
203 dlHandle = dlopen(nativePath, RTLD_NOW | RTLD_GLOBAL);
213 dlHandle = dlopen(nativeFileName, RTLD_NOW | RTLD_GLOBAL);
216 TclLoadDbgMsg("dlopen() successful");
219 TclLoadDbgMsg("dlopen() failed: %s", errMsg);
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclLoadDyld.c52 extern void *dlopen(const char *path, int mode) WEAK_IMPORT_ATTRIBUTE;
205 dlHandle = dlopen(nativePath, RTLD_NOW | RTLD_LOCAL);
215 dlHandle = dlopen(nativeFileName, RTLD_NOW | RTLD_LOCAL);
218 TclLoadDbgMsg("dlopen() successful");
221 TclLoadDbgMsg("dlopen() failed: %s", errMsg);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Ddy_framework.c55 image = dlopen(path, RTLD_LAZY | RTLD_LOCAL);
57 image = dlopen(framework, RTLD_LAZY | RTLD_LOCAL);
397 image = dlopen(path, RTLD_LAZY | RTLD_LOCAL);
399 image = dlopen(framework, RTLD_LAZY | RTLD_LOCAL);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadMac.c4 * This procedure provides a version of the dlopen() function for use
77 * dlopen --
79 * This function is an implementation of dlopen() for the Mac.
94 dlopen(path, mode) function
211 * symbol, give the handle returned by dlopen().
250 * occurred in dlopen().

Completed in 420 milliseconds

1234567891011>>