Searched refs:sigframe (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11-stable/sys/amd64/include/
H A Dsigframe.h6 #include <x86/sigframe.h>
/freebsd-11-stable/sys/pc98/include/
H A Dsigframe.h6 #include <i386/sigframe.h>
/freebsd-11-stable/sys/powerpc/include/
H A Dsigframe.h34 struct sigframe { struct
/freebsd-11-stable/sys/sparc64/include/
H A Dsigframe.h28 * from: FreeBSD: src/sys/alpha/include/sigframe.h,v 1.1 1999/09/29
35 struct sigframe { struct
/freebsd-11-stable/sys/x86/include/
H A Dsigframe.h39 struct sigframe { struct
62 struct sigframe { struct
/freebsd-11-stable/lib/libc/i386/gen/
H A Dsignalcontext.c33 #include <machine/sigframe.h>
45 struct sigframe *sfp;
50 * 2n+sizeof(struct sigframe) ucp
51 * 2n struct sigframe
58 p = (register_t *)((u_register_t)p - sizeof(struct sigframe));
59 sfp = (struct sigframe *)p;
60 bzero(sfp, sizeof(struct sigframe));
/freebsd-11-stable/lib/libc/mips/gen/
H A Dsignalcontext.c35 #include <machine/sigframe.h>
/freebsd-11-stable/sys/mips/include/
H A Dsigframe.h28 * from: src/sys/alpha/include/sigframe.h,v 1.1 1999/09/29 15:06:26 marcel
29 * from: sigframe.h,v 1.1 2006/08/07 05:38:57 katta
43 struct sigframe { struct
/freebsd-11-stable/sys/arm64/include/
H A Dframe.h61 struct sigframe { struct
/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dsignalcontext.c34 #include <machine/sigframe.h>
50 struct sigframe *sfp;
55 sfp = (struct sigframe *)(mc->_mc_sp + SPOFF) - 1;
/freebsd-11-stable/lib/libc/arm/gen/
H A Dsignalcontext.c35 #include <machine/sigframe.h>
51 struct sigframe *sfp;
57 sfp = (struct sigframe *)sp - 1;
/freebsd-11-stable/sys/riscv/include/
H A Dframe.h70 struct sigframe { struct
/freebsd-11-stable/sys/i386/include/
H A Dsigframe.h92 #include <x86/sigframe.h>
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dlinux-unwind.h51 struct sigframe { struct
56 } *frame_ = (struct sigframe *)context->psp;
130 struct sigframe { struct
135 } *frame = (struct sigframe *)context->psp;
/freebsd-11-stable/sys/mips/mips/
H A Dpm_machdep.c65 #include <machine/sigframe.h>
90 struct sigframe sf, *sfp;
105 bzero(&sf, sizeof(struct sigframe));
129 sfp = (struct sigframe *)(((uintptr_t)td->td_sigstk.ss_sp +
130 td->td_sigstk.ss_size - sizeof(struct sigframe))
133 sfp = (struct sigframe *)((vm_offset_t)(regs->sp -
134 sizeof(struct sigframe)) & ~(sizeof(__int64_t) - 1));
159 * Copy the sigframe out to the user's stack.
161 if (copyout(&sf, sfp, sizeof(struct sigframe)) != 0) {
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dlinux-unwind.h107 struct sigframe { struct
111 } *frame = (struct sigframe *) context->cfa;
164 struct sigframe { struct
168 } *frame = (struct sigframe *) context->cfa;
/freebsd-11-stable/sys/arm/include/
H A Dframe.h94 struct sigframe { struct
/freebsd-11-stable/sys/arm64/arm64/
H A Dgenassym.c56 ASSYM(SF_UC, offsetof(struct sigframe, sf_uc));
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dlinux-unwind.h68 struct sigframe { struct
/freebsd-11-stable/sys/mips/adm5120/
H A Dadm5120_machdep.c68 #include <machine/sigframe.h>
/freebsd-11-stable/sys/mips/alchemy/
H A Dalchemy_machdep.c68 #include <machine/sigframe.h>
/freebsd-11-stable/sys/mips/idt/
H A Didt_machdep.c70 #include <machine/sigframe.h>
/freebsd-11-stable/sys/riscv/riscv/
H A Dgenassym.c76 ASSYM(SF_UC, offsetof(struct sigframe, sf_uc));
/freebsd-11-stable/sys/mips/broadcom/
H A Dbcm_machdep.c70 #include <machine/sigframe.h>
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_machdep.c69 #include <machine/sigframe.h>

Completed in 703 milliseconds

12