Lines Matching defs:elf_prstatus
63 struct elf_prstatus struct
65 struct elf_siginfo pr_info; /* Info associated with signal. */
66 short int pr_cursig; /* Current signal. */
67 unsigned long int pr_sigpend; /* Set of pending signals. */
68 unsigned long int pr_sighold; /* Set of held signals. */
69 __pid_t pr_pid;
70 __pid_t pr_ppid;
71 __pid_t pr_pgrp;
72 __pid_t pr_sid;
73 struct timeval pr_utime; /* User time. */
74 struct timeval pr_stime; /* System time. */
75 struct timeval pr_cutime; /* Cumulative user time. */
76 struct timeval pr_cstime; /* Cumulative system time. */
77 elf_gregset_t pr_reg; /* GP registers. */
78 int pr_fpvalid; /* True if math copro being used. */