OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reason_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
netbsd-tdep.c
464
type *
reason_type
= arch_composite_type (gdbarch, NULL, TYPE_CODE_UNION);
local
471
append_composite_type_field (
reason_type
, "_rt", t);
480
append_composite_type_field (
reason_type
, "_child", t);
488
append_composite_type_field (
reason_type
, "_fault", t);
494
append_composite_type_field (
reason_type
, "_poll", t);
504
append_composite_type_field (
reason_type
, "_syscall", t);
510
append_composite_type_field (
reason_type
, "_ptrace_state", t);
520
append_composite_type_field (ksiginfo_type, "_reason",
reason_type
);
fbsd-tdep.c
1597
struct type *sigval_type, *
reason_type
;
local
1635
reason_type
= arch_composite_type (gdbarch, NULL, TYPE_CODE_UNION);
1640
append_composite_type_field (
reason_type
, "_fault", type);
1646
append_composite_type_field (
reason_type
, "_timer", type);
1651
append_composite_type_field (
reason_type
, "_mesgq", type);
1656
append_composite_type_field (
reason_type
, "_poll", type);
1663
append_composite_type_field (
reason_type
, "__spare__", type);
1676
append_composite_type_field (siginfo_type, "_reason",
reason_type
);
/src/external/gpl3/gdb.old/dist/gdb/
netbsd-tdep.c
465
type *
reason_type
= arch_composite_type (gdbarch, NULL, TYPE_CODE_UNION);
local
472
append_composite_type_field (
reason_type
, "_rt", t);
481
append_composite_type_field (
reason_type
, "_child", t);
489
append_composite_type_field (
reason_type
, "_fault", t);
495
append_composite_type_field (
reason_type
, "_poll", t);
505
append_composite_type_field (
reason_type
, "_syscall", t);
511
append_composite_type_field (
reason_type
, "_ptrace_state", t);
521
append_composite_type_field (ksiginfo_type, "_reason",
reason_type
);
fbsd-tdep.c
1596
struct type *sigval_type, *
reason_type
;
local
1634
reason_type
= arch_composite_type (gdbarch, NULL, TYPE_CODE_UNION);
1639
append_composite_type_field (
reason_type
, "_fault", type);
1645
append_composite_type_field (
reason_type
, "_timer", type);
1650
append_composite_type_field (
reason_type
, "_mesgq", type);
1655
append_composite_type_field (
reason_type
, "_poll", type);
1662
append_composite_type_field (
reason_type
, "__spare__", type);
1675
append_composite_type_field (siginfo_type, "_reason",
reason_type
);
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026