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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnbsd-tdep.c420 type *pid_type = arch_type (gdbarch, TYPE_CODE_TYPEDEF, local
422 TYPE_TARGET_TYPE (pid_type) = int32_type;
449 append_composite_type_field (option_type, "_pe_other_pid", pid_type);
457 append_composite_type_field (t, "_pid", pid_type);
464 append_composite_type_field (t, "_pid", pid_type);
H A Dlinux-tdep.c240 struct type *uid_type, *pid_type; local
266 pid_type = arch_type (gdbarch, TYPE_CODE_TYPEDEF,
268 TYPE_TARGET_TYPE (pid_type) = int_type;
269 TYPE_TARGET_STUB (pid_type) = 1;
303 append_composite_type_field (type, "si_pid", pid_type);
316 append_composite_type_field (type, "si_pid", pid_type);
323 append_composite_type_field (type, "si_pid", pid_type);
H A Dfbsd-tdep.c1619 struct type *uid_type, *pid_type; local
1643 pid_type = arch_type (gdbarch, TYPE_CODE_TYPEDEF,
1645 TYPE_TARGET_TYPE (pid_type) = int32_type;
1646 TYPE_TARGET_STUB (pid_type) = 1;
1692 append_composite_type_field (siginfo_type, "si_pid", pid_type);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnetbsd-tdep.c429 type *pid_type = arch_type (gdbarch, TYPE_CODE_TYPEDEF, local
431 pid_type->set_target_type (int32_type);
458 append_composite_type_field (option_type, "_pe_other_pid", pid_type);
466 append_composite_type_field (t, "_pid", pid_type);
473 append_composite_type_field (t, "_pid", pid_type);
H A Dlinux-tdep.c269 struct type *uid_type, *pid_type; local
295 pid_type = arch_type (gdbarch, TYPE_CODE_TYPEDEF,
297 pid_type->set_target_type (int_type);
298 pid_type->set_target_is_stub (true);
332 append_composite_type_field (type, "si_pid", pid_type);
345 append_composite_type_field (type, "si_pid", pid_type);
352 append_composite_type_field (type, "si_pid", pid_type);
H A Dfbsd-tdep.c1588 struct type *uid_type, *pid_type; local
1612 pid_type = arch_type (gdbarch, TYPE_CODE_TYPEDEF,
1614 pid_type->set_target_type (int32_type);
1615 pid_type->set_target_is_stub (true);
1622 pid_type->set_target_is_stub (true);
1661 append_composite_type_field (siginfo_type, "si_pid", pid_type);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rx/
H A Drx.c109 enum pid_type
116 static enum pid_type
107 enum pid_type enum
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rx/
H A Drx.cc109 enum pid_type
116 static enum pid_type
107 enum pid_type enum

Completed in 316 milliseconds