Lines Matching defs:elf_prstatus64
175 struct elf_prstatus64 struct
177 struct elf_siginfo pr_info; /* Info associated with signal. */
178 short int pr_cursig; /* Current signal. */
179 a8_uint64_t pr_sigpend; /* Set of pending signals. */
180 a8_uint64_t pr_sighold; /* Set of held signals. */
181 pid_t pr_pid;
182 pid_t pr_ppid;
183 pid_t pr_pgrp;
184 pid_t pr_sid;
185 struct prstatus64_timeval pr_utime; /* User time. */
186 struct prstatus64_timeval pr_stime; /* System time. */
187 struct prstatus64_timeval pr_cutime; /* Cumulative user time. */
188 struct prstatus64_timeval pr_cstime; /* Cumulative system time. */
189 elf_gregset64_t pr_reg; /* GP registers. */
190 int pr_fpvalid; /* True if math copro being used. */