2 #include <sys/ucontext.h>
5 UC_LINK offsetof (ucontext_t, uc_link)
6 UC_OSF_SIGMASK offsetof (ucontext_t, __uc_osf_sigmask)
7 UC_STACK offsetof (ucontext_t, uc_stack)
8 UC_SIGCTX offsetof (ucontext_t, uc_mcontext)
9 UC_SIGMASK offsetof (ucontext_t, uc_sigmask)
10 SC_REGS offsetof (struct sigcontext, sc_regs)
11 SC_FPREGS offsetof (struct sigcontext, sc_fpregs)
12 SC_PC offsetof (struct sigcontext, sc_pc)
13 SC_PS offsetof (struct sigcontext, sc_ps)
14 SC_FPCRS offsetof (struct sigcontext, sc_fpcr)
15 SC_MASK offsetof (struct sigcontext, sc_mask)
16 SC_FPCR offsetof (struct sigcontext, sc_fpcr)
17 SS_SP offsetof (stack_t, ss_sp)
18 SS_SIZE offsetof (stack_t, ss_size)