|
Linux Kernel
3.7.1
|
#include <compat_ucontext.h>
Public Member Functions | |
| compat_ulong_t uc_regspace[128] | __attribute__ ((__aligned__(8))) |
Data Fields | |
| compat_ulong_t | uc_flags |
| struct compat_ucontext * | uc_link |
| compat_stack_t | uc_stack |
| struct compat_sigcontext | uc_mcontext |
| compat_sigset_t | uc_sigmask |
| int | __unused [32-(sizeof(compat_sigset_t)/sizeof(int))] |
| compat_uint_t | uc_flags |
| compat_uptr_t | uc_link |
| compat_uint_t | pad [1] |
| struct compat_sigaltstack | uc_stack |
| struct sigcontext | uc_mcontext |
| sigset_t | uc_sigmask |
Definition at line 77 of file signal32.c.
| compat_ulong_t uc_regspace [128] __attribute__ | ( | (__aligned__(8)) | ) |
| compat_uint_t pad |
Definition at line 12 of file compat_ucontext.h.
| compat_uint_t uc_flags |
Definition at line 8 of file compat_ucontext.h.
| compat_ulong_t uc_flags |
Definition at line 78 of file signal32.c.
| compat_uptr_t uc_link |
Definition at line 9 of file compat_ucontext.h.
| compat_uptr_t uc_link |
Definition at line 79 of file signal32.c.
| struct sigcontext uc_mcontext |
Definition at line 54 of file compat_signal.c.
| struct compat_sigcontext uc_mcontext |
Definition at line 81 of file signal32.c.
| sigset_t uc_sigmask |
Definition at line 55 of file compat_signal.c.
| compat_sigset_t uc_sigmask |
Definition at line 82 of file signal32.c.
| struct compat_sigaltstack uc_stack |
Definition at line 53 of file compat_signal.c.
| compat_stack_t uc_stack |
Definition at line 80 of file signal32.c.
1.8.2