Searched defs:target_elf_prstatus (Results 1 – 1 of 1) sorted by relevance
3968 struct target_elf_prstatus { struct3969 struct target_elf_siginfo pr_info; /* Info associated with signal */3970 abi_short pr_cursig; /* Current signal */3971 abi_ulong pr_sigpend; /* XXX */3972 abi_ulong pr_sighold; /* XXX */3973 target_pid_t pr_pid;3974 target_pid_t pr_ppid;3975 target_pid_t pr_pgrp;3976 target_pid_t pr_sid;3977 struct target_timeval pr_utime; /* XXX User time */[all …]