Lines Matching refs:ucontext_t
40 define UC_GREGS_RA offsetof(ucontext_t, uc_mcontext.__gregs[_REG_RA])
41 define UC_GREGS_SP offsetof(ucontext_t, uc_mcontext.__gregs[_REG_SP])
42 define UC_GREGS_GP offsetof(ucontext_t, uc_mcontext.__gregs[_REG_GP])
43 define UC_GREGS_TP offsetof(ucontext_t, uc_mcontext.__gregs[_REG_TP])
44 define UC_GREGS_T0 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_T0])
45 define UC_GREGS_T1 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_T1])
46 define UC_GREGS_T2 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_T2])
47 define UC_GREGS_S0 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_S0])
48 define UC_GREGS_S1 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_S1])
49 define UC_GREGS_A0 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_A0])
50 define UC_GREGS_A1 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_A1])
51 define UC_GREGS_A2 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_A2])
52 define UC_GREGS_A3 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_A3])
53 define UC_GREGS_A4 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_A4])
54 define UC_GREGS_A5 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_A5])
55 define UC_GREGS_A6 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_A6])
56 define UC_GREGS_A7 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_A7])
57 define UC_GREGS_S2 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_S2])
58 define UC_GREGS_S3 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_S3])
59 define UC_GREGS_S4 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_S4])
60 define UC_GREGS_S5 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_S5])
61 define UC_GREGS_S6 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_S6])
62 define UC_GREGS_S7 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_S7])
63 define UC_GREGS_S8 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_S8])
64 define UC_GREGS_S9 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_S9])
65 define UC_GREGS_S10 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_S10])
66 define UC_GREGS_S11 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_S11])
67 define UC_GREGS_T3 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_T3])
68 define UC_GREGS_T4 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_T4])
69 define UC_GREGS_T5 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_T5])
70 define UC_GREGS_T6 offsetof(ucontext_t, uc_mcontext.__gregs[_REG_T6])
71 define UC_GREGS_RV offsetof(ucontext_t, uc_mcontext.__gregs[_REG_RV])
72 define UC_GREGS_PC offsetof(ucontext_t, uc_mcontext.__gregs[_REG_PC])
73 define UC_GREGS offsetof(ucontext_t, uc_mcontext.__gregs[0])