Blame sysdeps/unix/sysv/linux/alpha/ucontext-offsets.sym

Packit 6c4009
#include <stddef.h>
Packit 6c4009
#include <sys/ucontext.h>
Packit 6c4009
Packit 6c4009
--
Packit 6c4009
UC_LINK		offsetof (ucontext_t, uc_link)
Packit 6c4009
UC_OSF_SIGMASK	offsetof (ucontext_t, __uc_osf_sigmask)
Packit 6c4009
UC_STACK	offsetof (ucontext_t, uc_stack)
Packit 6c4009
UC_SIGCTX	offsetof (ucontext_t, uc_mcontext)
Packit 6c4009
UC_SIGMASK	offsetof (ucontext_t, uc_sigmask)
Packit 6c4009
SC_REGS		offsetof (mcontext_t, sc_regs)
Packit 6c4009
SC_FPREGS	offsetof (mcontext_t, sc_fpregs)
Packit 6c4009
SC_PC		offsetof (mcontext_t, sc_pc)
Packit 6c4009
SC_PS		offsetof (mcontext_t, sc_ps)
Packit 6c4009
SC_FPCRS	offsetof (mcontext_t, sc_fpcr)
Packit 6c4009
SC_MASK		offsetof (mcontext_t, sc_mask)
Packit 6c4009
SC_FPCR		offsetof (mcontext_t, sc_fpcr)
Packit 6c4009
SS_SP		offsetof (stack_t, ss_sp)
Packit 6c4009
SS_SIZE		offsetof (stack_t, ss_size)