GDB (xrefs)
|
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_x32_clock_t _utime | |
compat_x32_clock_t _stime | |
} _sigchld | |
struct { | |
unsigned int _addr | |
} _sigfault | |
struct { | |
int _band | |
int _fd | |
} _sigpoll | |
} | _sifields |
Definition at line 417 of file amd64-linux-nat.c.
unsigned int compat_x32_siginfo::_addr |
Definition at line 463 of file amd64-linux-nat.c.
int compat_x32_siginfo::_band |
Definition at line 469 of file amd64-linux-nat.c.
int compat_x32_siginfo::_fd |
Definition at line 470 of file amd64-linux-nat.c.
struct { ... } compat_x32_siginfo::_kill |
int compat_x32_siginfo::_overrun |
Definition at line 438 of file amd64-linux-nat.c.
Definition at line 425 of file amd64-linux-nat.c.
unsigned int compat_x32_siginfo::_pid |
Definition at line 430 of file amd64-linux-nat.c.
struct { ... } compat_x32_siginfo::_rt |
union { ... } compat_x32_siginfo::_sifields |
struct { ... } compat_x32_siginfo::_sigchld |
struct { ... } compat_x32_siginfo::_sigfault |
struct { ... } compat_x32_siginfo::_sigpoll |
compat_sigval_t compat_x32_siginfo::_sigval |
Definition at line 439 of file amd64-linux-nat.c.
int compat_x32_siginfo::_status |
Definition at line 455 of file amd64-linux-nat.c.
compat_x32_clock_t compat_x32_siginfo::_stime |
Definition at line 457 of file amd64-linux-nat.c.
compat_timer_t compat_x32_siginfo::_tid |
Definition at line 437 of file amd64-linux-nat.c.
struct { ... } compat_x32_siginfo::_timer |
unsigned int compat_x32_siginfo::_uid |
Definition at line 431 of file amd64-linux-nat.c.
compat_x32_clock_t compat_x32_siginfo::_utime |
Definition at line 456 of file amd64-linux-nat.c.
int compat_x32_siginfo::si_code |
Definition at line 421 of file amd64-linux-nat.c.
Referenced by compat_x32_siginfo_from_siginfo(), and siginfo_from_compat_x32_siginfo().
int compat_x32_siginfo::si_errno |
Definition at line 420 of file amd64-linux-nat.c.
Referenced by compat_x32_siginfo_from_siginfo(), and siginfo_from_compat_x32_siginfo().
int compat_x32_siginfo::si_signo |
Definition at line 419 of file amd64-linux-nat.c.
Referenced by compat_x32_siginfo_from_siginfo(), and siginfo_from_compat_x32_siginfo().