Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_symbol.c53 static HMODULE hModule_Dbghelp = NULL; variable
60 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()