Searched refs:GetProcAddress (Results 1 – 2 of 2) sorted by relevance
31 # undef GetProcAddress32 # define GetProcAddress GetProcAddressA macro180 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()628 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_globallookup()[all …]
55 f = GetProcAddress(mod, "_OPENSSL_isservice"); in OPENSSL_isservice()
Completed in 13 milliseconds