Searched defs:sigcontext13 (Results 1 – 2 of 2) sorted by relevance
59 struct sigcontext13 { struct60 int sc_gs;61 int sc_fs;62 int sc_es;63 int sc_ds;64 int sc_edi;65 int sc_esi;66 int sc_ebp;67 int sc_ebx;68 int sc_edx;[all …]
67 struct sigcontext13 { struct68 int sc_onstack; /* sigstack state to restore */69 int sc_mask; /* signal mask to restore (old style) */71 unsigned int sc_spsr;72 unsigned int sc_r0;73 unsigned int sc_r1;74 unsigned int sc_r2;75 unsigned int sc_r3;76 unsigned int sc_r4;77 unsigned int sc_r5;[all …]