Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.c332 m_libHandle = LoadLibraryA(dllName); in loadiJIT_Funcs()
355 m_libHandle = LoadLibraryA(DEFAULT_DLLNAME); in loadiJIT_Funcs()
H A Dittnotify_config.h205 #define __itt_load_lib(name) LoadLibraryA(name)
/freebsd/crypto/openssl/test/
H A Dsimpledynamic.c49 *lib = LoadLibraryA(filename); in sd_load()
/freebsd/crypto/openssl/util/platform_symbols/
H A Dwindows-symbols.txt58 LoadLibraryA
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_win32.c34 static HINSTANCE LoadLibraryA(LPCSTR lpLibFileName) in LoadLibraryA() function
106 h = LoadLibraryA(filename); in win32_load()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp65 HMODULE dbghelp = LoadLibraryA("dbghelp.dll"); in InitializeDbgHelpIfNeeded()
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h270 #define __itt_load_lib(name) LoadLibraryA(name) in __itt_interlocked_increment()
/freebsd/contrib/libpcap/
H A Dpcap.c4272 hModule = LoadLibraryA(fullFileName);
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c23892 return (void *)LoadLibraryA(path); in dlopen()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c48008 { "LoadLibraryA", (SYSCALL)LoadLibraryA, 0 },