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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dwin32-nat.c2333 int dll_name_size; local
2354 dll_name_size = pstatus->data.module_info.module_name_size;
2355 if (offsetof (struct win32_pstatus, data.module_info.module_name) + dll_name_size > sect->_raw_size)
2358 dll_name = (char *) xmalloc (dll_name_size + 1);
2364 strncpy (dll_name, pstatus->data.module_info.module_name, dll_name_size);

Completed in 106 milliseconds