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