Home
last modified time | relevance | path

Searched refs:LoadLibrary (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dcommon.py115 lib = cdll.LoadLibrary(pfx + i + ext)
124 return cdll.LoadLibrary(t)
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp81 auto LoadLibrary = [&](SmallString<256> LibPath, StringRef LibName) -> Error { in loadVCRuntime() local
97 if (auto Err = LoadLibrary(Path.UCRTSdkLib, Lib)) in loadVCRuntime()
101 if (auto Err = LoadLibrary(Path.VCToolchainLib, Lib)) in loadVCRuntime()
/openbsd-src/usr.sbin/unbound/dynlibmod/
H A Ddynlibmod.c41 return LoadLibrary(fname); in open_library()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dv850ice.c335 handle = LoadLibrary ("necmsg.dll"); in v850ice_open()
H A Dwin32-nat.c437 psapi_module_handle = LoadLibrary ("psapi.dll"); in psapi_get_dll_name()
1479 kernel32 = LoadLibrary ("kernel32.dll"); in has_detach_ability()
1520 if (!(advapi32 = LoadLibrary ("advapi32.dll"))) in set_process_privilege()
/openbsd-src/gnu/share/
H A Dltconfig1863 lt_cv_dlopen="LoadLibrary"
/openbsd-src/lib/libexpat/
H A DChanges837 #299 #302 Windows: Replace LoadLibrary hack to access
1082 using Steve Holme's LoadLibrary wrapper for/of cURL
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py4242 library = cdll.LoadLibrary(self.get_filename())
/openbsd-src/usr.sbin/unbound/
H A Daclocal.m41956 lt_cv_dlopen=LoadLibrary
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dld.texinfo5889 symbol can still be imported using the @code{LoadLibrary/GetProcAddress}