Searched defs:sigcontext (Results 1 – 5 of 5) sorted by relevance
47 struct sigcontext { struct48 struct __sigset sc_mask; /* signal mask to restore */49 int sc_onstack; /* sigstack state to restore */50 int sc_gs; /* machine state (struct trapframe) */51 int sc_fs;52 int sc_es;53 int sc_ds;54 int sc_edi;55 int sc_esi;56 int sc_ebp;[all …]
46 struct sigcontext { struct47 int sc_onstack; /* saved onstack flag */48 int __sc_mask13; /* saved signal mask (old style) */49 struct trapframe sc_frame; /* saved registers */50 struct __sigset sc_mask; /* saved signal mask (new style) */
45 struct sigcontext { struct46 int _dummy;
43 struct sigcontext { struct44 int _dummy;
41 struct sigcontext { struct42 int _dummy;