Searched defs:ia32_osigcontext (Results 1 – 1 of 1) sorted by relevance
122 struct ia32_osigcontext { struct123 uint32_t sc_onstack;124 uint32_t sc_mask;125 uint32_t sc_esp; 126 uint32_t sc_ebp;127 uint32_t sc_isp;128 uint32_t sc_eip;129 uint32_t sc_eflags;130 uint32_t sc_es;131 uint32_t sc_ds;[all …]