1 #define LINUX_UC_FLAGS_OFF 0x000
2 #define LINUX_UC_LINK_OFF 0x004
3 #define LINUX_UC_STACK_OFF 0x008
4 #define LINUX_UC_MCONTEXT_OFF 0x018
5 #define LINUX_UC_SIGMASK_OFF 0x1b8
7 #define LINUX_SC_FLAGS_OFF 0x000
8 #define LINUX_SC_GR_OFF 0x004
9 #define LINUX_SC_FR_OFF 0x088
10 #define LINUX_SC_IASQ_OFF 0x188
11 #define LINUX_SC_IAOQ_OFF 0x190
12 #define LINUX_SC_SAR_OFF 0x198
14 /* The signal frame contains 4 words of space for the sigreturn
15 trampoline, the siginfo structure, and then the sigcontext
16 structure. See include/asm-parisc/compat_rt_sigframe.h. */
17 #define LINUX_RT_SIGFRAME_UC_OFF 0xac