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