Searched defs:sigframe (Results 1 – 10 of 10) sorted by relevance
39 struct sigframe { struct62 struct sigframe { struct63 union {66 } sf_ahu;67 ucontext_t sf_uc; /* = *sf_ucontext */68 siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
51 struct sigframe { in ia64_fallback_frame_state() struct52 char scratch[16]; in ia64_fallback_frame_state()53 unsigned long sig_number; in ia64_fallback_frame_state()54 struct siginfo *info; in ia64_fallback_frame_state()55 struct sigcontext *sc; in ia64_fallback_frame_state()130 struct sigframe { in ia64_handle_unwabi() struct131 char scratch[16]; in ia64_handle_unwabi()132 unsigned long sig_number; in ia64_handle_unwabi()133 struct siginfo *info; in ia64_handle_unwabi()134 struct sigcontext *sc; in ia64_handle_unwabi()
43 struct sigframe { struct56 struct sigframe32 { argument
34 struct sigframe { struct35 ucontext_t sf_uc;36 siginfo_t sf_si;
35 struct sigframe { struct36 ucontext_t sf_uc;37 siginfo_t sf_si;
55 struct sigframe { struct56 siginfo_t sf_si; /* actual saved siginfo */57 ucontext_t sf_uc; /* actual saved ucontext */
65 struct sigframe { struct66 siginfo_t sf_si; /* actual saved siginfo */67 ucontext_t sf_uc; /* actual saved ucontext */
68 struct sigframe { in mips_fallback_frame_state() struct69 u_int32_t trampoline[2]; in mips_fallback_frame_state()70 struct sigcontext sigctx; in mips_fallback_frame_state()
107 struct sigframe { in get_regs() struct108 char gap[SIGNAL_FRAMESIZE]; in get_regs()109 unsigned long pad[7]; in get_regs()110 struct gcc_regs *regs; in get_regs()164 struct sigframe { in get_regs() struct165 char gap[SIGNAL_FRAMESIZE]; in get_regs()166 unsigned long pad[7]; in get_regs()167 struct gcc_regs *regs; in get_regs()
94 struct sigframe { struct95 siginfo_t sf_si; /* actual saved siginfo */96 ucontext_t sf_uc; /* actual saved ucontext */