sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git] / sysdeps / unix / sysv / linux / alpha / ucontext-offsets.sym
blob9e86f8a7ca66ba87d3098d48c52e8ae2f674e0db
1 #include <stddef.h>
2 #include <sys/ucontext.h>
4 --
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 (mcontext_t, sc_regs)
11 SC_FPREGS       offsetof (mcontext_t, sc_fpregs)
12 SC_PC           offsetof (mcontext_t, sc_pc)
13 SC_PS           offsetof (mcontext_t, sc_ps)
14 SC_FPCRS        offsetof (mcontext_t, sc_fpcr)
15 SC_MASK         offsetof (mcontext_t, sc_mask)
16 SC_FPCR         offsetof (mcontext_t, sc_fpcr)
17 SS_SP           offsetof (stack_t, ss_sp)
18 SS_SIZE         offsetof (stack_t, ss_size)