Lines Matching defs:elf_prstatus32
139 struct elf_prstatus32 struct
141 struct elf_siginfo pr_info; /* Info associated with signal. */
142 short int pr_cursig; /* Current signal. */
143 unsigned int pr_sigpend; /* Set of pending signals. */
144 unsigned int pr_sighold; /* Set of held signals. */
145 pid_t pr_pid;
146 pid_t pr_ppid;
147 pid_t pr_pgrp;
148 pid_t pr_sid;
149 struct prstatus32_timeval pr_utime; /* User time. */
150 struct prstatus32_timeval pr_stime; /* System time. */
151 struct prstatus32_timeval pr_cutime; /* Cumulative user time. */
152 struct prstatus32_timeval pr_cstime; /* Cumulative system time. */
153 elf_gregset32_t pr_reg; /* GP registers. */
154 int pr_fpvalid; /* True if math copro being used. */