Lines Matching defs:elf_prstatus32
79 struct elf_prstatus32 struct
81 struct elf_siginfo pr_info; /* Info associated with signal */
82 short pr_cursig; /* Current signal */
83 unsigned int pr_sigpend; /* Set of pending signals */
84 unsigned int pr_sighold; /* Set of held signals */
85 pid_t pr_pid;
86 pid_t pr_ppid;
87 pid_t pr_pgrp;
88 pid_t pr_sid;
89 struct compat_timeval pr_utime; /* User time */
90 struct compat_timeval pr_stime; /* System time */
91 struct compat_timeval pr_cutime;/* Cumulative user time */
92 struct compat_timeval pr_cstime;/* Cumulative system time */
93 elf_gregset_t pr_reg; /* GP registers */
94 int pr_fpvalid; /* True if math co-processor being used. */