|
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 673 of file amd64-linux-nat.c.
| unsigned int compat_x32_siginfo::_addr |
Definition at line 719 of file amd64-linux-nat.c.
Definition at line 725 of file amd64-linux-nat.c.
Definition at line 726 of file amd64-linux-nat.c.
| struct { ... } compat_x32_siginfo::_kill |
Definition at line 694 of file amd64-linux-nat.c.
| int compat_x32_siginfo::_pad[((128/sizeof(int))-3)] |
Definition at line 681 of file amd64-linux-nat.c.
| unsigned int compat_x32_siginfo::_pid |
Definition at line 686 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 |
Definition at line 695 of file amd64-linux-nat.c.
Definition at line 711 of file amd64-linux-nat.c.
Definition at line 713 of file amd64-linux-nat.c.
Definition at line 693 of file amd64-linux-nat.c.
| struct { ... } compat_x32_siginfo::_timer |
| unsigned int compat_x32_siginfo::_uid |
Definition at line 687 of file amd64-linux-nat.c.
Definition at line 712 of file amd64-linux-nat.c.
Definition at line 677 of file amd64-linux-nat.c.
Referenced by compat_x32_siginfo_from_siginfo(), and siginfo_from_compat_x32_siginfo().
Definition at line 676 of file amd64-linux-nat.c.
Referenced by compat_x32_siginfo_from_siginfo(), and siginfo_from_compat_x32_siginfo().
Definition at line 675 of file amd64-linux-nat.c.
Referenced by compat_x32_siginfo_from_siginfo(), and siginfo_from_compat_x32_siginfo().
1.7.6.1