Searched refs:module_info (Results 1 – 5 of 5) sorted by relevance
2353 memmove (&base_addr, &(pstatus->data.module_info.base_address), sizeof (base_addr)); in core_section_load_dll_symbols()2354 dll_name_size = pstatus->data.module_info.module_name_size; in core_section_load_dll_symbols()2355 …if (offsetof (struct win32_pstatus, data.module_info.module_name) + dll_name_size > sect->_raw_siz… in core_section_load_dll_symbols()2364 strncpy (dll_name, pstatus->data.module_info.module_name, dll_name_size); in core_section_load_dll_symbols()
183 static struct module_info driverinfo =
368 static struct module_info driverinfo =
823 u32 module_info; member
7914 (long) pstatus.data.module_info.base_address); in elfcore_grok_win32pstatus()