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

#include "aarch64-linux.h"

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 
 
   }   _sigfault 
 
   struct { 
 
      int   _band 
 
      int   _fd 
 
   }   _sigpoll 
 
_sifields 
 

Detailed Description

Definition at line 46 of file aarch64-linux.h.

Member Data Documentation

◆ _addr

unsigned int compat_siginfo::_addr

Definition at line 92 of file aarch64-linux.h.

◆ _band

int compat_siginfo::_band

Definition at line 98 of file aarch64-linux.h.

◆ _fd

int compat_siginfo::_fd

Definition at line 99 of file aarch64-linux.h.

◆ [struct]

struct { ... } compat_siginfo::_kill

◆ _overrun

int compat_siginfo::_overrun

Definition at line 67 of file aarch64-linux.h.

◆ _pad

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

Definition at line 54 of file aarch64-linux.h.

◆ _pid

unsigned int compat_siginfo::_pid

Definition at line 59 of file aarch64-linux.h.

◆ [struct]

struct { ... } compat_siginfo::_rt

◆ [union]

union { ... } compat_siginfo::_sifields

◆ [struct]

struct { ... } compat_siginfo::_sigchld

◆ [struct]

struct { ... } compat_siginfo::_sigfault

◆ [struct]

struct { ... } compat_siginfo::_sigpoll

◆ _sigval

compat_sigval_t compat_siginfo::_sigval

Definition at line 68 of file aarch64-linux.h.

◆ _status

int compat_siginfo::_status

Definition at line 84 of file aarch64-linux.h.

◆ _stime

compat_clock_t compat_siginfo::_stime

Definition at line 86 of file aarch64-linux.h.

◆ _tid

compat_timer_t compat_siginfo::_tid

Definition at line 66 of file aarch64-linux.h.

◆ [struct]

struct { ... } compat_siginfo::_timer

◆ _uid

unsigned int compat_siginfo::_uid

Definition at line 60 of file aarch64-linux.h.

◆ _utime

compat_clock_t compat_siginfo::_utime

Definition at line 85 of file aarch64-linux.h.

◆ si_code

int compat_siginfo::si_code

Definition at line 50 of file aarch64-linux.h.

◆ si_errno

int compat_siginfo::si_errno

Definition at line 49 of file aarch64-linux.h.

◆ si_signo

int compat_siginfo::si_signo

Definition at line 48 of file aarch64-linux.h.


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