Searched defs:netbsd32_sigcontext (Results 1 – 4 of 4) sorted by relevance
46 struct netbsd32_sigcontext { struct59 struct netbsd32_sigcontext13 { argument
54 struct netbsd32_sigcontext { struct55 int32_t sc_onstack; /* sigstack state to restore */56 int32_t __sc_mask13; /* signal mask to restore (old style) */58 uint32_t sc_spsr;59 uint32_t sc_r0;60 uint32_t sc_r1;61 uint32_t sc_r2;62 uint32_t sc_r3;63 uint32_t sc_r4;64 uint32_t sc_r5;[all …]
64 struct netbsd32_sigcontext { struct65 uint32_t sc_gs;66 uint32_t sc_fs;67 uint32_t sc_es;68 uint32_t sc_ds;69 uint32_t sc_edi;70 uint32_t sc_esi;71 uint32_t sc_ebp;72 uint32_t sc_ebx;73 uint32_t sc_edx;[all …]
47 struct netbsd32_sigcontext { struct55 struct netbsd32_sigcontext13 { argument