Searched defs:sigcontext (Results 1 – 2 of 2) sorted by relevance
85 struct sigcontext { struct86 int sc_gs;87 int sc_fs;88 int sc_es;89 int sc_ds;90 int sc_edi;91 int sc_esi;92 int sc_ebp;93 int sc_ebx;94 int sc_edx;[all …]
92 struct sigcontext { struct93 int sc_onstack; /* sigstack state to restore */94 int __sc_mask13; /* signal mask to restore (old style) */96 unsigned int sc_spsr;97 unsigned int sc_r0;98 unsigned int sc_r1;99 unsigned int sc_r2;100 unsigned int sc_r3;101 unsigned int sc_r4;102 unsigned int sc_r5;[all …]