Searched refs:LoadLibrary (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp81 auto LoadLibrary = [&](SmallString<256> LibPath, StringRef LibName) -> Error { local
97 if (auto Err = LoadLibrary(Path.UCRTSdkLib, Lib))
101 if (auto Err = LoadLibrary(Path.VCToolchainLib, Lib))
/freebsd-current/crypto/openssl/crypto/dso/
H A Ddso_win32.c93 * the handle (HINSTANCE) returned from LoadLibrary(), and copied.
522 dll = LoadLibrary(TEXT(DLLNAME));
621 dll = LoadLibrary(TEXT(DLLNAME));
/freebsd-current/contrib/file/python/
H A Dmagic.py21 return ctypes.cdll.LoadLibrary(find_library('magic'))
/freebsd-current/contrib/unbound/dynlibmod/
H A Ddynlibmod.c41 return LoadLibrary(fname);
/freebsd-current/contrib/wpa/src/eap_peer/
H A Dtncc.c408 imc->dlhandle = LoadLibrary(lib);
412 imc->dlhandle = LoadLibrary(imc->path);
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp314 HMODULE h = LoadLibrary(fname);
/freebsd-current/contrib/wpa/src/utils/
H A Dpcsc_funcs.c198 dll = LoadLibrary("winscard");
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/
H A Dinterfaceiter.c167 hmod_iphlpapi = LoadLibrary("iphlpapi");
/freebsd-current/contrib/libfido2/src/
H A Dwinhello.c92 if ((webauthn_handle = LoadLibrary(TEXT("webauthn.dll"))) == NULL) {
93 fido_log_debug("%s: LoadLibrary", __func__);
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devutil.c2582 return LoadLibrary(path);
H A Dconfigure12980 lt_cv_dlopen=LoadLibrary
/freebsd-current/crypto/openssl/engines/
H A De_capi.c468 HMODULE cryptui = LoadLibrary(TEXT("CRYPTUI.DLL"));
/freebsd-current/contrib/libevent/
H A Devutil.c2582 return LoadLibrary(path);
H A Dconfigure12175 lt_cv_dlopen=LoadLibrary
/freebsd-current/contrib/ntp/util/
H A Dntp-keygen.c230 hDll = LoadLibrary("kernel32");
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dmain.c162 lib = LoadLibrary("kernel32.dll");
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_ndis.c2534 hm = LoadLibrary(TEXT("wzcsapi.dll"));
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_main.c204 lib = LoadLibrary("kernel32.dll");
/freebsd-current/contrib/openbsm/
H A Dconfigure11073 lt_cv_dlopen=LoadLibrary
/freebsd-current/contrib/file/
H A Dconfigure12762 lt_cv_dlopen=LoadLibrary
/freebsd-current/contrib/sqlite3/
H A Dconfigure13005 lt_cv_dlopen=LoadLibrary
/freebsd-current/contrib/ldns/
H A Dconfigure11654 lt_cv_dlopen=LoadLibrary
/freebsd-current/contrib/openpam/
H A Dconfigure13096 lt_cv_dlopen=LoadLibrary
/freebsd-current/contrib/unbound/
H A Dconfigure14971 lt_cv_dlopen=LoadLibrary
/freebsd-current/contrib/ntp/sntp/
H A Dconfigure24153 lt_cv_dlopen=LoadLibrary

Completed in 598 milliseconds

12