Home
last modified time | relevance | path

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

/crypto/dso/
A Ddso_win32.c31 # 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()
628 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_globallookup()
[all …]
/crypto/
A Dcryptlib.c55 f = GetProcAddress(mod, "_OPENSSL_isservice"); in OPENSSL_isservice()

Completed in 13 milliseconds