Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dwin32-nat.c420 static BOOL WINAPI (*psapi_GetModuleInformation) (HANDLE, HMODULE, LPMODULEINFO, DWORD) = NULL; variable
436 psapi_GetModuleInformation == NULL || in psapi_get_dll_name()
449 psapi_GetModuleInformation = GetProcAddress (psapi_module_handle, "GetModuleInformation"); in psapi_get_dll_name()
453 psapi_GetModuleInformation == NULL || in psapi_get_dll_name()
480 if (!(*psapi_GetModuleInformation) (current_process_handle, in psapi_get_dll_name()