Lines Matching defs:sigcontext32
12 struct sigcontext32 { struct
13 int sigc_onstack; /* state to restore */
14 int sigc_mask; /* sigmask to restore */
15 int sigc_sp; /* stack pointer */
16 int sigc_pc; /* program counter */
17 int sigc_npc; /* next program counter */
18 int sigc_psr; /* for condition codes etc */
19 int sigc_g1; /* User uses these two registers */
20 int sigc_o0; /* within the trampoline code. */
25 int sigc_oswins; /* outstanding windows */
28 unsigned sigc_spbuf[__SUNOS_MAXWIN];
31 struct reg_window32 sigc_wbuf[__SUNOS_MAXWIN];