GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
compat_siginfo_t Struct Reference

Public Attributes

int si_signo
 
int si_errno
 
int si_code
 
union { 
 
   int   _pad [((128/sizeof(int)) - 3)] 
 
   struct { 
 
      unsigned int   _pid 
 
      unsigned int   _uid 
 
   }   _kill 
 
   struct { 
 
      compat_timer_t   _tid 
 
      int   _overrun 
 
      compat_sigval_t   _sigval 
 
   }   _timer 
 
   struct { 
 
      unsigned int   _pid 
 
      unsigned int   _uid 
 
      compat_sigval_t   _sigval 
 
   }   _rt 
 
   struct { 
 
      unsigned int   _pid 
 
      unsigned int   _uid 
 
      int   _status 
 
      compat_clock_t   _utime 
 
      compat_clock_t   _stime 
 
   }   _sigchld 
 
   struct { 
 
      unsigned int   _addr 
 
      short int   _addr_lsb 
 
      struct { 
 
         unsigned int   _lower 
 
         unsigned int   _upper 
 
      }   si_addr_bnd 
 
   }   _sigfault 
 
   struct { 
 
      int   _band 
 
      int   _fd 
 
   }   _sigpoll 
 
_sifields 
 

Detailed Description

Definition at line 142 of file amd64-linux-siginfo.c.

Member Data Documentation

◆ _addr

unsigned int compat_siginfo_t::_addr

Definition at line 188 of file amd64-linux-siginfo.c.

◆ _addr_lsb

short int compat_siginfo_t::_addr_lsb

Definition at line 189 of file amd64-linux-siginfo.c.

◆ _band

int compat_siginfo_t::_band

Definition at line 200 of file amd64-linux-siginfo.c.

◆ _fd

int compat_siginfo_t::_fd

Definition at line 201 of file amd64-linux-siginfo.c.

◆ [struct]

struct { ... } compat_siginfo_t::_kill

◆ _lower

unsigned int compat_siginfo_t::_lower

Definition at line 192 of file amd64-linux-siginfo.c.

◆ _overrun

int compat_siginfo_t::_overrun

Definition at line 163 of file amd64-linux-siginfo.c.

◆ _pad

int compat_siginfo_t::_pad[((128/sizeof(int)) - 3)]

Definition at line 150 of file amd64-linux-siginfo.c.

◆ _pid

unsigned int compat_siginfo_t::_pid

Definition at line 155 of file amd64-linux-siginfo.c.

◆ [struct]

struct { ... } compat_siginfo_t::_rt

◆ [union]

union { ... } compat_siginfo_t::_sifields

◆ [struct]

struct { ... } compat_siginfo_t::_sigchld

◆ [struct]

struct { ... } compat_siginfo_t::_sigfault

◆ [struct]

struct { ... } compat_siginfo_t::_sigpoll

◆ _sigval

compat_sigval_t compat_siginfo_t::_sigval

Definition at line 164 of file amd64-linux-siginfo.c.

◆ _status

int compat_siginfo_t::_status

Definition at line 180 of file amd64-linux-siginfo.c.

◆ _stime

compat_clock_t compat_siginfo_t::_stime

Definition at line 182 of file amd64-linux-siginfo.c.

◆ _tid

compat_timer_t compat_siginfo_t::_tid

Definition at line 162 of file amd64-linux-siginfo.c.

◆ [struct]

struct { ... } compat_siginfo_t::_timer

◆ _uid

unsigned int compat_siginfo_t::_uid

Definition at line 156 of file amd64-linux-siginfo.c.

◆ _upper

unsigned int compat_siginfo_t::_upper

Definition at line 193 of file amd64-linux-siginfo.c.

◆ _utime

compat_clock_t compat_siginfo_t::_utime

Definition at line 181 of file amd64-linux-siginfo.c.

◆ [struct]

struct { ... } compat_siginfo_t::si_addr_bnd

◆ si_code

int compat_siginfo_t::si_code

◆ si_errno

int compat_siginfo_t::si_errno

◆ si_signo

int compat_siginfo_t::si_signo

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