Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
elf_prstatus Struct Reference

#include <elfcore.h>

Data Fields

struct elf_siginfo pr_info
 
short pr_cursig
 
unsigned long pr_sigpend
 
unsigned long pr_sighold
 
pid_t pr_pid
 
pid_t pr_ppid
 
pid_t pr_pgrp
 
pid_t pr_sid
 
struct timeval pr_utime
 
struct timeval pr_stime
 
struct timeval pr_cutime
 
struct timeval pr_cstime
 
elf_gregset_t pr_reg
 
int pr_fpvalid
 

Detailed Description

Definition at line 36 of file elfcore.h.

Field Documentation

struct timeval pr_cstime

Definition at line 58 of file elfcore.h.

short pr_cursig

Definition at line 44 of file elfcore.h.

struct timeval pr_cutime

Definition at line 57 of file elfcore.h.

int pr_fpvalid

Definition at line 73 of file elfcore.h.

Definition at line 43 of file elfcore.h.

pid_t pr_pgrp

Definition at line 53 of file elfcore.h.

pid_t pr_pid

Definition at line 51 of file elfcore.h.

pid_t pr_ppid

Definition at line 52 of file elfcore.h.

elf_gregset_t pr_reg

Definition at line 62 of file elfcore.h.

pid_t pr_sid

Definition at line 54 of file elfcore.h.

unsigned long pr_sighold

Definition at line 46 of file elfcore.h.

unsigned long pr_sigpend

Definition at line 45 of file elfcore.h.

struct timeval pr_stime

Definition at line 56 of file elfcore.h.

struct timeval pr_utime

Definition at line 55 of file elfcore.h.


The documentation for this struct was generated from the following file: