Searched refs:GetModuleHandleA (Results 1 – 6 of 6) sorted by relevance
23 HMODULE kernel32 = GetModuleHandleA("kernel32.dll"); in Supported()
28 void *__stdcall GetModuleHandleA(const char *module_name);34 void *ret = GetProcAddress(GetModuleHandleA(0), name); in getRealProcAddressOrDie()
197 if (HMODULE h = GetModuleHandleA(InterestingDLLs[i])) in InterestingDLLsAvailable()
84 #define GetModuleHandleA GetModuleHandle macro88 void* __stdcall GetModuleHandleA(const char*);3126 hmodule = GetModuleHandleA("libxml2.dll"); in xmlInitializeCatalog()3128 hmodule = GetModuleHandleA(NULL); in xmlInitializeCatalog()
5367 void *__stdcall GetModuleHandleA(const char *);
526 PUBLIC b6a1 4 GetModuleHandleA