1#include <stddef.h> 2#include <sys/ucontext.h> 3 4-- 5SC_NAT offsetof (mcontext_t, sc_nat) 6SC_BSP offsetof (mcontext_t, sc_ar_bsp) 7SC_RNAT offsetof (mcontext_t, sc_ar_rnat) 8SC_UNAT offsetof (mcontext_t, sc_ar_unat) 9SC_FPSR offsetof (mcontext_t, sc_ar_fpsr) 10SC_PFS offsetof (mcontext_t, sc_ar_pfs) 11SC_LC offsetof (mcontext_t, sc_ar_lc) 12SC_PR offsetof (mcontext_t, sc_pr) 13SC_BR offsetof (mcontext_t, sc_br) 14SC_GR offsetof (mcontext_t, sc_gr) 15SC_FR offsetof (mcontext_t, sc_fr) 16SC_MASK offsetof (mcontext_t, sc_mask) 17