Searched refs:hModule (Results 1 – 4 of 4) sorted by relevance
66 static HMODULE hModule = NULL; in getDbgHelpProcAddress() local68 if (!hModule) { in getDbgHelpProcAddress()82 if (!hModule) { in getDbgHelpProcAddress()83 hModule = LoadLibraryA("mgwhelp.dll"); in getDbgHelpProcAddress()84 if (!hModule) { in getDbgHelpProcAddress()94 if (!hModule) { in getDbgHelpProcAddress()95 hModule = LoadLibraryA("dbghelp.dll"); in getDbgHelpProcAddress()98 if (!hModule) { in getDbgHelpProcAddress()104 return GetProcAddress(hModule, lpProcName); in getDbgHelpProcAddress()197 HMODULE hModule = NULL; in debug_symbol_name_dbghelp() local[all …]
220 static HMODULE hModule = NULL; in debug_backtrace_capture() local221 if (!hModule) { in debug_backtrace_capture()222 hModule = LoadLibraryA("kernel32"); in debug_backtrace_capture()223 assert(hModule); in debug_backtrace_capture()225 if (hModule) { in debug_backtrace_capture()227 (PFNCAPTURESTACKBACKTRACE)GetProcAddress(hModule, in debug_backtrace_capture()
46 extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE hModule, const char …
47 extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE hModule, const char …