Lines Matching defs:sigcontext
83 struct sigcontext { struct
84 int sc_gs;
85 int sc_fs;
86 int sc_es;
87 int sc_ds;
88 int sc_edi;
89 int sc_esi;
90 int sc_ebp;
91 int sc_ebx;
92 int sc_edx;
93 int sc_ecx;
94 int sc_eax;
96 int sc_eip;
97 int sc_cs;
98 int sc_eflags;
99 int sc_esp;
100 int sc_ss;
102 int sc_onstack; /* sigstack state to restore */
103 int __sc_mask13; /* signal mask to restore (old style) */
105 int sc_trapno; /* XXX should be above */
106 int sc_err;
108 sigset_t sc_mask; /* signal mask to restore (new style) */