Lines Matching defs:elf_prstatus32
52 struct elf_prstatus32 struct
54 struct elf_siginfo pr_info; /* Info associated with signal */
55 short pr_cursig; /* Current signal */
56 unsigned int pr_sigpend; /* Set of pending signals */
57 unsigned int pr_sighold; /* Set of held signals */
58 pid_t pr_pid;
59 pid_t pr_ppid;
60 pid_t pr_pgrp;
61 pid_t pr_sid;
62 struct old_timeval32 pr_utime; /* User time */
63 struct old_timeval32 pr_stime; /* System time */
64 struct old_timeval32 pr_cutime;/* Cumulative user time */
65 struct old_timeval32 pr_cstime;/* Cumulative system time */
66 elf_gregset_t pr_reg; /* GP registers */
67 int pr_fpvalid; /* True if math co-processor being used. */