2.9
[glibc/nacl-glibc.git] / sysdeps / unix / sysv / linux / powerpc / powerpc32 / ucontext_i.sym
blob293761f2606a2d6b312003ce61a67c961f97e557
1 #include <stddef.h>
2 #include <signal.h>
3 #include <sys/ucontext.h>
5 --
7 SIG_BLOCK
8 SIG_SETMASK
10 -- Offsets in ucontext_t.
11 #define ucontext(member)        offsetof (ucontext_t, member)
12 _UC_LINK                ucontext (uc_link)
13 _UC_STACK_SP            ucontext (uc_stack.ss_sp)
14 _UC_STACK_SIZE          ucontext (uc_stack.ss_size)
15 _UC_REGS_PTR            ucontext (uc_mcontext.uc_regs)
16 _UC_SIGMASK             ucontext (uc_sigmask)
17 _UC_REG_SPACE           ucontext (uc_reg_space)
19 -- Offsets in mcontext_t.
20 #define mcontext(member)        offsetof (mcontext_t, member)
21 _UC_GREGS               mcontext (gregs)
22 _UC_FREGS               mcontext (fpregs)
23 _UC_VREGS               mcontext (vrregs)
24 _UC_VREGS               mcontext (vrregs)
25 _UC_VSCR                mcontext (vrregs.vscr)
26 _UC_VRSAVE              mcontext (vrregs.vrsave)