Searched defs:sigcontext (Results 1 – 2 of 2) sorted by relevance
86 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;99 int sc_cs;[all …]
92 struct sigcontext { struct97 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;103 unsigned int sc_r6;104 unsigned int sc_r7;105 unsigned int sc_r8;[all …]