Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dwindows-tdep.c207 struct type *peb_type, *peb_ptr_type, *list_type; in windows_get_tlb_type() local
328 peb_type = arch_composite_type (gdbarch, NULL, TYPE_CODE_STRUCT); in windows_get_tlb_type()
329 peb_type->set_name (xstrdup ("peb")); in windows_get_tlb_type()
332 append_composite_type_field (peb_type, "flags", dword_ptr_type); in windows_get_tlb_type()
333 append_composite_type_field (peb_type, "mutant", void_ptr_type); in windows_get_tlb_type()
334 append_composite_type_field (peb_type, "image_base_address", void_ptr_type); in windows_get_tlb_type()
335 append_composite_type_field (peb_type, "ldr", peb_ldr_ptr_type); in windows_get_tlb_type()
336 append_composite_type_field (peb_type, "process_parameters", rupp_ptr_type); in windows_get_tlb_type()
337 append_composite_type_field (peb_type, "sub_system_data", void_ptr_type); in windows_get_tlb_type()
338 append_composite_type_field (peb_type, "process_heap", void_ptr_type); in windows_get_tlb_type()
[all …]