Lines Matching defs:elf_prstatus
37 struct elf_prstatus struct
44 struct elf_siginfo pr_info; /* Info associated with signal */
45 short pr_cursig; /* Current signal */
46 unsigned long pr_sigpend; /* Set of pending signals */
47 unsigned long pr_sighold; /* Set of held signals */
52 pid_t pr_pid;
53 pid_t pr_ppid;
54 pid_t pr_pgrp;
55 pid_t pr_sid;
56 struct timeval pr_utime; /* User time */
57 struct timeval pr_stime; /* System time */
58 struct timeval pr_cutime; /* Cumulative user time */
59 struct timeval pr_cstime; /* Cumulative system time */
63 elf_gregset_t pr_reg; /* GP registers */
71 unsigned long pr_exec_fdpic_loadmap;
95 typedef struct elf_prstatus prstatus_t; argument