Searched defs:linux_sigcontext (Results 1 – 1 of 1) sorted by relevance
42 struct linux_sigcontext { struct43 int sc_gs;44 int sc_fs;45 int sc_es;46 int sc_ds;47 int sc_edi;48 int sc_esi;49 int sc_ebp;50 int sc_esp;51 int sc_ebx;[all …]