Home
last modified time | relevance | path

Searched defs:sigframe (Results 1 – 10 of 10) sorted by relevance

/NextBSD/sys/x86/include/
HDsigframe.h39 struct sigframe { struct
62 struct sigframe { struct
63 union {
66 } sf_ahu;
67 ucontext_t sf_uc; /* = *sf_ucontext */
68 siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
/NextBSD/contrib/gcc/config/ia64/
HDlinux-unwind.h51 struct sigframe { in ia64_fallback_frame_state() struct
52 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() struct
131 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()
/NextBSD/sys/mips/include/
HDsigframe.h43 struct sigframe { struct
56 struct sigframe32 { argument
/NextBSD/sys/powerpc/include/
HDsigframe.h34 struct sigframe { struct
35 ucontext_t sf_uc;
36 siginfo_t sf_si;
/NextBSD/sys/sparc64/include/
HDsigframe.h35 struct sigframe { struct
36 ucontext_t sf_uc;
37 siginfo_t sf_si;
/NextBSD/sys/arm64/include/
HDframe.h55 struct sigframe { struct
56 siginfo_t sf_si; /* actual saved siginfo */
57 ucontext_t sf_uc; /* actual saved ucontext */
/NextBSD/sys/riscv/include/
HDframe.h65 struct sigframe { struct
66 siginfo_t sf_si; /* actual saved siginfo */
67 ucontext_t sf_uc; /* actual saved ucontext */
/NextBSD/contrib/gcc/config/mips/
HDlinux-unwind.h68 struct sigframe { in mips_fallback_frame_state() struct
69 u_int32_t trampoline[2]; in mips_fallback_frame_state()
70 struct sigcontext sigctx; in mips_fallback_frame_state()
/NextBSD/contrib/gcc/config/rs6000/
HDlinux-unwind.h107 struct sigframe { in get_regs() struct
108 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() struct
165 char gap[SIGNAL_FRAMESIZE]; in get_regs()
166 unsigned long pad[7]; in get_regs()
167 struct gcc_regs *regs; in get_regs()
/NextBSD/sys/arm/include/
HDframe.h94 struct sigframe { struct
95 siginfo_t sf_si; /* actual saved siginfo */
96 ucontext_t sf_uc; /* actual saved ucontext */