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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dwindows-tdep.c104 struct type *dword_ptr_type, *dword32_type, *void_ptr_type; local
114 dword_ptr_type = arch_integer_type (gdbarch, gdbarch_ptr_bit (gdbarch),
170 append_composite_type_field (peb_type, "flags", dword_ptr_type);
207 append_composite_type_field (tib_type, "process_id", dword_ptr_type);
209 append_composite_type_field (tib_type, "thread_id", dword_ptr_type);
211 append_composite_type_field (tib_type, "active_rpc_handle", dword_ptr_type);
219 append_composite_type_field (tib_type, "last_error_number", dword_ptr_type);

Completed in 59 milliseconds