Blame sysdeps/unix/sysv/linux/ia64/sigcontext-offsets.sym

Packit 6c4009
#include <stddef.h>
Packit 6c4009
#include <sys/ucontext.h>
Packit 6c4009
Packit 6c4009
--
Packit 6c4009
SC_NAT		offsetof (mcontext_t, sc_nat)
Packit 6c4009
SC_BSP		offsetof (mcontext_t, sc_ar_bsp)
Packit 6c4009
SC_RNAT		offsetof (mcontext_t, sc_ar_rnat)
Packit 6c4009
SC_UNAT		offsetof (mcontext_t, sc_ar_unat)
Packit 6c4009
SC_FPSR		offsetof (mcontext_t, sc_ar_fpsr)
Packit 6c4009
SC_PFS		offsetof (mcontext_t, sc_ar_pfs)
Packit 6c4009
SC_LC		offsetof (mcontext_t, sc_ar_lc)
Packit 6c4009
SC_PR		offsetof (mcontext_t, sc_pr)
Packit 6c4009
SC_BR		offsetof (mcontext_t, sc_br)
Packit 6c4009
SC_GR		offsetof (mcontext_t, sc_gr)
Packit 6c4009
SC_FR		offsetof (mcontext_t, sc_fr)
Packit 6c4009
SC_MASK		offsetof (mcontext_t, sc_mask)