Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dwin32-nat.c2353 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()
/freebsd-12.1/contrib/ntp/libparse/
H A Dparsesolaris.c183 static struct module_info driverinfo =
H A Dparsestreams.c368 static struct module_info driverinfo =
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h823 u32 module_info; member
/freebsd-12.1/contrib/binutils/bfd/
H A Delf.c7914 (long) pstatus.data.module_info.base_address); in elfcore_grok_win32pstatus()