Searched defs:sigframe (Results 1 – 11 of 11) sorted by relevance
47 struct sigframe { in ia64_fallback_frame_state() struct48 char scratch[16]; in ia64_fallback_frame_state()49 unsigned long sig_number; in ia64_fallback_frame_state()50 siginfo_t *info; in ia64_fallback_frame_state()51 struct sigcontext *sc; in ia64_fallback_frame_state()137 struct sigframe { in ia64_handle_unwabi() struct138 char scratch[16]; in ia64_handle_unwabi()139 unsigned long sig_number; in ia64_handle_unwabi()140 siginfo_t *info; in ia64_handle_unwabi()141 struct sigcontext *sc; in ia64_handle_unwabi()
69 struct sigframe { in mips_fallback_frame_state() struct70 u_int32_t ass[4]; /* Argument save space for o32. */ in mips_fallback_frame_state()71 u_int32_t trampoline[2]; in mips_fallback_frame_state()72 struct sigcontext sigctx; in mips_fallback_frame_state()
111 struct sigframe { in get_regs() struct112 char gap[SIGNAL_FRAMESIZE]; in get_regs()113 unsigned long pad[7]; in get_regs()114 struct gcc_regs *regs; in get_regs()170 struct sigframe { in get_regs() struct171 char gap[SIGNAL_FRAMESIZE]; in get_regs()172 unsigned long pad[7]; in get_regs()173 struct gcc_regs *regs; in get_regs()
120 struct sigframe { in get_regs() struct121 char gap[SIGNAL_FRAMESIZE]; in get_regs()122 unsigned long pad[7]; in get_regs()123 struct gcc_regs *regs; in get_regs()178 struct sigframe { in get_regs() struct179 char gap[SIGNAL_FRAMESIZE]; in get_regs()180 unsigned long pad[7]; in get_regs()181 struct gcc_regs *regs; in get_regs()424 struct rt_sigframe *sigframe = (struct rt_sigframe *) current; in ppc_backchain_fallback() local
115 struct linux_rt_sigframe *sfp, sigframe; in setup_linux_rt_sigframe() local210 struct linux_sigframe *sfp, sigframe; in setup_linux_sigframe() local418 struct linux_rt_sigframe *sfp, sigframe; in linux_sys_rt_sigreturn() local
283 struct linux32_sigframe sigframe; in linux32_sys_sigreturn() local
275 struct linux_rt_sigframe *scp, sigframe; in linux_sys_rt_sigreturn() local
138 struct linux_rt_sigframe *sfp, sigframe; in linux_sendsig() local [all...]
477 struct sigframe { struct490 struct sigframe *fp; in sendsig_siginfo() argument