Home
last modified time | relevance | path

Searched refs:GetModuleHandle (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dphysmem.c155 HMODULE h = GetModuleHandle ("kernel32.dll"); in physmem_total()
256 HMODULE h = GetModuleHandle ("kernel32.dll"); in physmem_available()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dphysmem.c155 HMODULE h = GetModuleHandle ("kernel32.dll"); in physmem_total()
256 HMODULE h = GetModuleHandle ("kernel32.dll"); in physmem_available()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dphysmem.c155 HMODULE h = GetModuleHandle ("kernel32.dll"); in physmem_total()
256 HMODULE h = GetModuleHandle ("kernel32.dll"); in physmem_available()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dphysmem.c155 HMODULE h = GetModuleHandle ("kernel32.dll"); in physmem_total()
256 HMODULE h = GetModuleHandle ("kernel32.dll"); in physmem_available()
/netbsd-src/external/gpl2/gmake/dist/w32/subproc/
H A Dw32err.c46 HMODULE hModule = GetModuleHandle("wsock32"); in map_windows32_error_to_string()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dselect.c54 #undef GetModuleHandle
55 #define GetModuleHandle GetModuleHandleA macro
160 GetProcAddress (GetModuleHandle ("ntdll.dll"), in windows_poll_handle()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dpasswd_dlg.c77 HANDLE hInst = GetModuleHandle("des"); in pwd_dialog()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/stats/
H A Dstats_client.cc35 return reinterpret_cast<void *>(GetProcAddress(GetModuleHandle(0), name)); in LookupSymbolFromMain()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dcygming-crtbegin.c124 HANDLE h = GetModuleHandle (LIBGCC_SONAME); in __gcc_register_frame()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dcygming-crtbegin.c124 HANDLE h = GetModuleHandle (LIBGCC_SONAME); in __gcc_register_frame()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ms/
H A Duplink.c63 if ((h = GetModuleHandle(NULL)) == NULL) { in OPENSSL_Uplink()
/netbsd-src/crypto/external/bsd/openssl/dist/ms/
H A Duplink.c63 if ((h = GetModuleHandle(NULL)) == NULL) { in OPENSSL_Uplink()
/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dtuklib_physmem.c87 HMODULE kernel32 = GetModuleHandle("kernel32.dll"); in tuklib_physmem()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dcryptlib.c51 HANDLE mod = GetModuleHandle(NULL); in OPENSSL_isservice()
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/
H A Devthread_win32.c112 lib = GetModuleHandle(TEXT("kernel32.dll")); in evthread_win32_condvar_init()
/netbsd-src/external/bsd/libevent/dist/
H A Devthread_win32.c113 lib = GetModuleHandle(TEXT("kernel32.dll")); in evthread_win32_condvar_init()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Dcryptlib.c206 HANDLE mod = GetModuleHandle(NULL); in OPENSSL_isservice()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
H A Dinterception_win_test.cc301 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_capi.c469 HMODULE kernel = GetModuleHandle(TEXT("KERNEL32.DLL")); in capi_init()
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/
H A De_capi.c466 HMODULE kernel = GetModuleHandle(TEXT("KERNEL32.DLL")); in capi_init()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinbase.d2558 alias GetModuleHandleW GetModuleHandle;
2737 alias GetModuleHandleA GetModuleHandle;