sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git] / sysdeps / unix / sysv / linux / hppa / ucontext_i.sym
blobee33029a07ace7ec2018c5a5fc6dc9257c0d7f70
1 #include <stddef.h>
2 #include <signal.h>
3 #include <sys/ucontext.h>
5 --
7 SIG_BLOCK
8 SIG_SETMASK
10 #define ucontext(member)        offsetof (ucontext_t, member)
11 #define mcontext(member)        ucontext (uc_mcontext.member)
12 #define mreg(reg)               mcontext (sc_gr[reg])
14 oUC_FLAGS       ucontext (uc_flags)
15 oUC_LINK        ucontext (uc_link)
16 oSS_SP          ucontext (uc_stack.ss_sp)
17 oSS_FLAGS       ucontext (uc_stack.ss_flags)
18 oSS_SIZE        ucontext (uc_stack.ss_size)
19 oSC_FLAGS       mcontext (sc_flags)
20 oR0             mreg (0)
21 oR1             mreg (1)
22 oR2             mreg (2)
23 oR3             mreg (3)
24 oR4             mreg (4)
25 oR5             mreg (5)
26 oR6             mreg (6)
27 oR7             mreg (7)
28 oR8             mreg (8)
29 oR9             mreg (9)
30 oR10            mreg (10)
31 oR11            mreg (11)
32 oR12            mreg (12)
33 oR13            mreg (13)
34 oR14            mreg (14)
35 oR15            mreg (15)
36 oR16            mreg (16)
37 oR17            mreg (17)
38 oR18            mreg (18)
39 oR19            mreg (19)
40 oR20            mreg (20)
41 oR21            mreg (21)
42 oR22            mreg (22)
43 oR23            mreg (23)
44 oR24            mreg (24)
45 oR25            mreg (25)
46 oR26            mreg (26)
47 oR27            mreg (27)
48 oR28            mreg (28)
49 oR29            mreg (29)
50 oR30            mreg (30)
51 oR31            mreg (31)
52 oFPREGS0        mcontext (sc_fr[0])
53 oFPREGS31       mcontext (sc_fr[31])
54 oIASQ0          mcontext (sc_iasq[0])
55 oIASQ1          mcontext (sc_iasq[1])
56 oIAOQ0          mcontext (sc_iaoq[0])
57 oIAOQ1          mcontext (sc_iaoq[1])
58 oSAR            mcontext (sc_sar)
59 oSIGMASK        ucontext (uc_sigmask)