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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dwin32-nat.c446 static BOOL WINAPI (*psapi_GetModuleInformation) (HANDLE, HMODULE, LPMODULEINFO, DWORD) = NULL; variable
462 psapi_GetModuleInformation == NULL ||
475 psapi_GetModuleInformation = GetProcAddress (psapi_module_handle, "GetModuleInformation");
479 psapi_GetModuleInformation == NULL ||
506 if (!(*psapi_GetModuleInformation) (current_process_handle,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dwin32-nat.c446 static BOOL WINAPI (*psapi_GetModuleInformation) (HANDLE, HMODULE, LPMODULEINFO, DWORD) = NULL; variable
462 psapi_GetModuleInformation == NULL ||
475 psapi_GetModuleInformation = GetProcAddress (psapi_module_handle, "GetModuleInformation");
479 psapi_GetModuleInformation == NULL ||
506 if (!(*psapi_GetModuleInformation) (current_process_handle,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dwin32-nat.c446 static BOOL WINAPI (*psapi_GetModuleInformation) (HANDLE, HMODULE, LPMODULEINFO, DWORD) = NULL; variable
462 psapi_GetModuleInformation == NULL ||
475 psapi_GetModuleInformation = GetProcAddress (psapi_module_handle, "GetModuleInformation");
479 psapi_GetModuleInformation == NULL ||
506 if (!(*psapi_GetModuleInformation) (current_process_handle,

Completed in 122 milliseconds