Searched refs:image_name (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/dbgeng/ |
H A D | dbgeng.c | 49 char image_name[MAX_PATH]; member 182 GetModuleFileNameExA(target->handle, modules[i], target->modules.info[i].image_name, in debug_target_init_modules_info() 183 ARRAY_SIZE(target->modules.info[i].image_name)); in debug_target_init_modules_info() 1557 char *image_name, ULONG image_name_buffer_size, ULONG *image_name_size, char *module_name, in debugsymbols_GetModuleNames() argument 1562 … image_name, image_name_buffer_size, image_name_size, module_name, module_name_buffer_size, in debugsymbols_GetModuleNames() 1906 if (!(size = GetFileVersionInfoSizeA(info->image_name, &handle))) in debugsymbols_GetModuleVersionInformation() 1912 if (GetFileVersionInfoA(info->image_name, handle, size, version_info)) in debugsymbols_GetModuleVersionInformation() 1968 … hr = debug_target_return_string(info->image_name, buffer, buffer_size, (UINT *) name_size); in debugsymbols_GetModuleNameString() 1970 hr = debug_target_return_string(info->image_name, buffer, buffer_size, name_size); in debugsymbols_GetModuleNameString()
|
/reactos/sdk/include/psdk/ |
H A D | dbgeng.h | 561 const char *module_name, const char *image_name, ULONG checksum, ULONG timedatestamp, in DECLARE_INTERFACE_() 565 const char *image_name, ULONG checksum, ULONG timedatestamp) PURE; in DECLARE_INTERFACE_() 590 const WCHAR *module_name, const WCHAR *image_name, ULONG checksum, ULONG timedatestamp, in DECLARE_INTERFACE_() 594 const WCHAR *image_name, ULONG checksum, ULONG timedatestamp) PURE; in DECLARE_INTERFACE_() 620 …const WCHAR *module_name, const WCHAR image_name, ULONG checksum, ULONG timestamp, ULONG64 initial, in DECLARE_INTERFACE_() 624 … const WCHAR *image_name, ULONG checksum, ULONG timestamp, void *context, ULONG size) PURE; in DECLARE_INTERFACE_() 625 …STDMETHOD(UnloadModule)(THIS_ const WCHAR *image_name, ULONG64 offset, void *context, ULONG size) … in DECLARE_INTERFACE_() 1390 …STDMETHOD(GetModuleNames)(THIS_ ULONG index, ULONG64 base, char *image_name, ULONG image_name_buff… in DECLARE_INTERFACE_() 1467 …STDMETHOD(GetModuleNames)(THIS_ ULONG index, ULONG64 base, char *image_name, ULONG image_name_buff… in DECLARE_INTERFACE_() 1557 …STDMETHOD(GetModuleNames)(THIS_ ULONG index, ULONG64 base, char *image_name, ULONG image_name_buff… in DECLARE_INTERFACE_()
|