Home
last modified time | relevance | path

Searched defs:rt_sigframe (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dlinux-unwind.h82 struct rt_sigframe { in shmedia_fallback_frame_state() struct
83 struct siginfo *pinfo; in shmedia_fallback_frame_state()
84 void *puc; in shmedia_fallback_frame_state()
85 struct siginfo info; in shmedia_fallback_frame_state()
86 struct ucontext uc; in shmedia_fallback_frame_state()
181 struct rt_sigframe { in sh_fallback_frame_state() struct
182 struct siginfo info; in sh_fallback_frame_state()
183 struct ucontext uc; in sh_fallback_frame_state()
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dlinux-unwind.h138 struct rt_sigframe { in x86_fallback_frame_state() struct
139 int sig; in x86_fallback_frame_state()
140 struct siginfo *pinfo; in x86_fallback_frame_state()
141 void *puc; in x86_fallback_frame_state()
142 struct siginfo info; in x86_fallback_frame_state()
143 struct ucontext uc; in x86_fallback_frame_state()
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dlinux-unwind.h132 struct rt_sigframe { in get_regs() struct
133 char gap[SIGNAL_FRAMESIZE]; in get_regs()
134 struct gcc_ucontext uc; in get_regs()
135 unsigned long pad[2]; in get_regs()
136 int tramp[6]; in get_regs()
137 void *pinfo; in get_regs()
138 struct gcc_ucontext *puc; in get_regs()
174 struct rt_sigframe { in get_regs() struct
175 char gap[SIGNAL_FRAMESIZE + 16]; in get_regs()
176 char siginfo[128]; in get_regs()
[all …]
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dlinux-unwind.h78 struct rt_sigframe { in mips_fallback_frame_state() struct
79 u_int32_t trampoline[2]; in mips_fallback_frame_state()
80 struct siginfo info; in mips_fallback_frame_state()
81 _sig_ucontext_t uc; in mips_fallback_frame_state()
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dlinux-unwind.h54 struct rt_sigframe { in alpha_fallback_frame_state() struct
55 struct siginfo info; in alpha_fallback_frame_state()
56 struct ucontext uc; in alpha_fallback_frame_state()
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dlinux-unwind.h65 struct rt_sigframe { in pa32_fallback_frame_state() struct
66 struct siginfo info; in pa32_fallback_frame_state()
67 struct ucontext uc; in pa32_fallback_frame_state()