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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dwindows-tdep.c108 struct type *tib_type, *seh_type, *tib_ptr_type, *seh_ptr_type; local
184 tib_type = arch_composite_type (gdbarch, NULL, TYPE_CODE_STRUCT);
185 TYPE_NAME (tib_type) = xstrdup ("tib");
188 append_composite_type_field (tib_type, "current_seh", seh_ptr_type);
190 append_composite_type_field (tib_type, "current_top_of_stack",
193 append_composite_type_field (tib_type, "current_bottom_of_stack",
196 append_composite_type_field (tib_type, "sub_system_tib", void_ptr_type);
199 append_composite_type_field (tib_type, "fiber_data", void_ptr_type);
201 append_composite_type_field (tib_type, "arbitrary_data_slot", void_ptr_type);
203 append_composite_type_field (tib_type, "linear_address_ti
[all...]

Completed in 54 milliseconds