2.9
[glibc/nacl-glibc.git] / sysdeps / unix / sysv / linux / alpha / ucontext-offsets.sym
blobf95ff756363bdc7a22fd89db1b84e80cc9b9d19e
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 (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)