Searched refs:rupp_type (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | windows-tdep.c | 211 struct type *uni_str_type, *rupp_type, *rupp_ptr_type; in windows_get_tlb_type() local 286 rupp_type = arch_composite_type (gdbarch, "rtl_user_process_parameters", in windows_get_tlb_type() 289 append_composite_type_field (rupp_type, "maximum_length", dword32_type); in windows_get_tlb_type() 290 append_composite_type_field (rupp_type, "length", dword32_type); in windows_get_tlb_type() 291 append_composite_type_field (rupp_type, "flags", dword32_type); in windows_get_tlb_type() 292 append_composite_type_field (rupp_type, "debug_flags", dword32_type); in windows_get_tlb_type() 293 append_composite_type_field (rupp_type, "console_handle", void_ptr_type); in windows_get_tlb_type() 294 append_composite_type_field (rupp_type, "console_flags", dword32_type); in windows_get_tlb_type() 295 append_composite_type_field_aligned (rupp_type, "standard_input", in windows_get_tlb_type() 298 append_composite_type_field (rupp_type, "standard_output", void_ptr_type); in windows_get_tlb_type() [all …]
|