Lines Matching defs:elf_prstatusx32
157 struct elf_prstatusx32 struct
159 struct elf_siginfo pr_info; /* Info associated with signal. */
160 short int pr_cursig; /* Current signal. */
161 unsigned int pr_sigpend; /* Set of pending signals. */
162 unsigned int pr_sighold; /* Set of held signals. */
163 pid_t pr_pid;
164 pid_t pr_ppid;
165 pid_t pr_pgrp;
166 pid_t pr_sid;
167 struct prstatus32_timeval pr_utime; /* User time. */
168 struct prstatus32_timeval pr_stime; /* System time. */
169 struct prstatus32_timeval pr_cutime; /* Cumulative user time. */
170 struct prstatus32_timeval pr_cstime; /* Cumulative system time. */
171 elf_gregset64_t pr_reg; /* GP registers. */
172 int pr_fpvalid; /* True if math copro being used. */