Searched refs:reason_type (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | netbsd-tdep.c | 465 type *reason_type = arch_composite_type (gdbarch, NULL, TYPE_CODE_UNION); in nbsd_get_siginfo_type() local 472 append_composite_type_field (reason_type, "_rt", t); in nbsd_get_siginfo_type() 481 append_composite_type_field (reason_type, "_child", t); in nbsd_get_siginfo_type() 489 append_composite_type_field (reason_type, "_fault", t); in nbsd_get_siginfo_type() 495 append_composite_type_field (reason_type, "_poll", t); in nbsd_get_siginfo_type() 505 append_composite_type_field (reason_type, "_syscall", t); in nbsd_get_siginfo_type() 511 append_composite_type_field (reason_type, "_ptrace_state", t); in nbsd_get_siginfo_type() 521 append_composite_type_field (ksiginfo_type, "_reason", reason_type); in nbsd_get_siginfo_type()
|
| D | fbsd-tdep.c | 1596 struct type *sigval_type, *reason_type; in fbsd_get_siginfo_type() local 1634 reason_type = arch_composite_type (gdbarch, NULL, TYPE_CODE_UNION); in fbsd_get_siginfo_type() 1639 append_composite_type_field (reason_type, "_fault", type); in fbsd_get_siginfo_type() 1645 append_composite_type_field (reason_type, "_timer", type); in fbsd_get_siginfo_type() 1650 append_composite_type_field (reason_type, "_mesgq", type); in fbsd_get_siginfo_type() 1655 append_composite_type_field (reason_type, "_poll", type); in fbsd_get_siginfo_type() 1662 append_composite_type_field (reason_type, "__spare__", type); in fbsd_get_siginfo_type() 1675 append_composite_type_field (siginfo_type, "_reason", reason_type); in fbsd_get_siginfo_type()
|