Lines Matching refs:GetProcAddress
31 # undef GetProcAddress
32 # define GetProcAddress GetProcAddressA macro
180 sym.f = GetProcAddress(*ptr, symname); in win32_bind_func()
515 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_pathbyaddr()
524 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_pathbyaddr()
528 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_pathbyaddr()
529 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_pathbyaddr()
614 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_globallookup()
623 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_globallookup()
627 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_globallookup()
628 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_globallookup()
646 if ((ret.f = GetProcAddress(me32.hModule, name))) { in win32_globallookup()