Lines Matching defs:elf_prstatus
42 struct elf_prstatus struct
49 struct elf_siginfo pr_info; /* Info associated with signal */
50 short pr_cursig; /* Current signal */
51 unsigned long pr_sigpend; /* Set of pending signals */
52 unsigned long pr_sighold; /* Set of held signals */
57 pid_t pr_pid;
58 pid_t pr_ppid;
59 pid_t pr_pgrp;
60 pid_t pr_sid;
61 struct timeval pr_utime; /* User time */
62 struct timeval pr_stime; /* System time */
63 struct timeval pr_cutime; /* Cumulative user time */
64 struct timeval pr_cstime; /* Cumulative system time */
68 elf_gregset_t pr_reg; /* GP registers */
76 unsigned long pr_exec_fdpic_loadmap;
100 typedef struct elf_prstatus prstatus_t; argument