Searched refs:hModule_Dbghelp (Results 1 – 1 of 1) sorted by relevance
53 static HMODULE hModule_Dbghelp = NULL; variable60 if (!hModule_Dbghelp) { in __GetProcAddress()66 hModule_Dbghelp = LoadLibraryA("bfdhelp.dll"); in __GetProcAddress()70 if (!hModule_Dbghelp) { in __GetProcAddress()71 hModule_Dbghelp = LoadLibraryA("dbghelp.dll"); in __GetProcAddress()72 if (!hModule_Dbghelp) { in __GetProcAddress()77 return GetProcAddress(hModule_Dbghelp, lpProcName); in __GetProcAddress()