Searched refs:dlopen (Results 1 - 25 of 332) sorted by last modified time

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/llvmCore-3425.0.34/projects/sample/
H A Dconfigure9462 { echo "$as_me:$LINENO: checking whether libtool supports -dlopen/-dlpreopen" >&5
9463 echo $ECHO_N "checking whether libtool supports -dlopen/-dlpreopen... $ECHO_C" >&6; }
9682 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9683 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
9702 char dlopen ();
9706 return dlopen ();
9780 dlopen(0, 0);
9828 { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
9829 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
9848 char dlopen ();
[all...]
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/
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" ;;
2088 if test "$pass" = dlopen; the
[all...]
/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/llvmCore-3425.0.34/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h242 #define __itt_load_lib(name) dlopen(name, RTLD_LAZY)
H A Djitprofiling.c344 m_libHandle = dlopen(dllName, RTLD_LAZY);
353 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY);
/macosx-10.10/llvmCore-3425.0.34/
H A Dconfigure9467 { echo "$as_me:$LINENO: checking whether libtool supports -dlopen/-dlpreopen" >&5
9468 echo $ECHO_N "checking whether libtool supports -dlopen/-dlpreopen... $ECHO_C" >&6; }
9687 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9688 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
9707 char dlopen ();
9711 return dlopen ();
9785 dlopen(0, 0);
9833 { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
9834 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
9853 char dlopen ();
[all...]
/macosx-10.10/llvmCore-3425.0.34/autoconf/
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" ;;
2088 if test "$pass" = dlopen; the
[all...]
/macosx-10.10/llvmCore-3425.0.34/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/dyld-353.2.1/src/
H A DdyldAPIsInLibSystem.cpp1354 void* dlopen(const char* path, int mode) function
1356 // dlopen is special. locking is done inside dyld to allow initializer to run without lock
1365 // this is needed because dlopen uses __builtin_return_address() and depends on this glue being in the frame chain
1366 // <rdar://problem/5313172 dlopen() looks too far up stack, can cause crash>
H A DdyldAPIs.cpp124 {"__dyld_dlopen", (void*)dlopen },
524 // like dlopen, use rpath from caller image and from main executable
1224 // NSMakePrivateModulePublic() needed for the dlopen() to turn it's
1326 // for dlopen, use rpath from caller image and from main executable
1339 // <rdar://problem/7017050> dlopen() not opening frameworks from shared cache with // or ./ in path
1393 void* dlopen(const char* path, int mode) function
1409 // acquire global dyld lock (dlopen is special - libSystem glue does not do locking)
1413 CRSetCrashLogMessage("dyld: in dlopen()");
1423 // for dlopen, use rpath from caller image and from main executable
1435 // <rdar://problem/7017050> dlopen() no
[all...]
/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);
H A DSCDPrivate.c1428 image = dlopen(path, RTLD_LAZY | RTLD_LOCAL);
1430 image = dlopen(framework, RTLD_LAZY | RTLD_LOCAL);
1436 image = (void *)0x1; // to ensure that we only dlopen() once
/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/cups-408/cups/
H A Dconfigure8369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
8370 $as_echo_n "checking for dlopen in -ldl... " >&6; }
8385 char dlopen ();
8389 return dlopen ();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/xpc/
H A Dmain.c405 void *security_framework = dlopen("/System/Library/Frameworks/Security.framework/Security", RTLD_LAZY);
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A Dsimulate_crash.c32 void *image = dlopen("/System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport", RTLD_NOW);
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Dsimulate_crash.c32 void *image = dlopen("/System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport", RTLD_NOW);
/macosx-10.10/curl-83.1.2/curl/
H A Dconfigure14660 lt_cv_dlopen="dlopen"
14666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14667 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14680 char dlopen ();
14683 return dlopen ();
14700 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
14752 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
14754 lt_cv_dlopen="dlopen"
14756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14757 $as_echo_n "checking for dlopen i
[all...]
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...]
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dreport_openssl_version.c55 libptr = dlopen(argv[1], 0);
/macosx-10.10/OpenSSL098-52/src/crypto/dso/
H A Ddso_dlfcn.c114 /* Prior to using the dlopen() function, we should decide on the flag
139 * (i) the handle (void*) returned from dlopen().
159 ptr = dlopen(filename, flags);
/macosx-10.10/objc4-646/runtime/
H A Dobjc-auto.mm1250 dlh = dlopen("/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation", RTLD_LAZY | RTLD_NOLOAD | RTLD_FIRST);
/macosx-10.10/JavaScriptCore-7600.1.17/llvm/
H A DInitializeLLVMPOSIX.cpp51 void* library = dlopen(libraryName, RTLD_NOW);
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Ddigest-service.c1182 nt_framework_handle = dlopen(NT_FRAMEWORK_PATH, RTLD_LOCAL);

Completed in 305 milliseconds

1234567891011>>