Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c415 static BOOL WINAPI (*psapi_GetModuleInformation) (HANDLE, HMODULE, LPMODULEINFO, DWORD) = NULL; variable
431 psapi_GetModuleInformation == NULL || in psapi_get_dll_name()
444 psapi_GetModuleInformation = GetProcAddress (psapi_module_handle, "GetModuleInformation"); in psapi_get_dll_name()
448 psapi_GetModuleInformation == NULL || in psapi_get_dll_name()
475 if (!(*psapi_GetModuleInformation) (current_process_handle, in psapi_get_dll_name()