| /openbsd-src/gnu/gcc/gcc/config/ia64/ |
| H A D | linux-unwind.h | 51 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()
|
| /openbsd-src/sys/arch/mips64/mips64/ |
| H A D | sendsig.c | 82 struct sigframe { struct 100 struct sigframe *fp; in sendsig() argument
|
| /openbsd-src/sys/arch/powerpc/include/ |
| H A D | frame.h | 68 struct sigframe { struct 69 sf_signumsigframe global() argument 70 sf_sipsigframe global() argument 71 sf_scsigframe global() argument 72 sf_sisigframe global() argument
|
| /openbsd-src/sys/arch/m88k/m88k/ |
| H A D | sig_machdep.c | 90 struct sigframe { global() struct 112 sf_sisigframe sendsig() argument
|
| /openbsd-src/sys/arch/riscv64/include/ |
| H A D | frame.h | 73 struct sigframe { struct 74 int sf_signum; 75 struct sigcontext sf_sc; 76 siginfo_t sf_si;
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | linux-unwind.h | 107 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()
|
| /openbsd-src/sys/arch/arm64/include/ |
| H A D | frame.h | 41 struct sigframe { struct 42 int sf_signum; 43 struct sigcontext sf_sc; 44 siginfo_t sf_si;
|
| /openbsd-src/sys/arch/arm/include/ |
| H A D | frame.h | 93 struct sigframe { struct 104 struct sigframe_siginfo { argument
|
| /openbsd-src/sys/arch/powerpc64/include/ |
| H A D | frame.h | 72 struct sigframe { struct 73 int sf_signum; 74 siginfo_t *sf_sip; 75 struct sigcontext sf_sc; 76 siginfo_t sf_si;
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | linux-unwind.h | 68 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()
|
| /openbsd-src/sys/arch/i386/include/ |
| H A D | frame.h | 165 struct sigframe { struct 166 int sf_signum; 167 siginfo_t *sf_sip; 168 struct sigcontext *sf_scp; 169 sig_t sf_handler; 170 struct sigcontext sf_sc; 171 siginfo_t sf_si;
|
| /openbsd-src/sys/arch/sh/sh/ |
| H A D | sh_machdep.c | 436 struct sigframe { struct 454 struct sigframe *fp, frame; in sendsig() argument
|
| /openbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | machdep.c | 323 struct sigframe { struct 324 int sf_signo; /* signal number */ 325 int sf_code; /* signal code (unused) */ 326 siginfo_t *sf_sip; /* points to siginfo_t */ 327 struct sigcontext sf_sc; /* actual sigcontext */ 328 siginfo_t sf_si;
|