Searched refs:sigcontext (Results 1 - 25 of 71) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp4238.C5 struct sigcontext { struct
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp4238.C5 struct sigcontext { struct
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/sys/
H A Ducontext.h14 __builtin_offsetof (struct sigcontext, sc_gr[0])
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/sys/
H A Ducontext.h14 __builtin_offsetof (struct sigcontext, sc_gr[0])
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dsignal.h65 * sizeof(sigcontext) = 45 * sizeof(int) + 35 * sizeof(mips_reg_t)
86 struct sigcontext { \
106 _SIGCONTEXT_DEFINE(sigcontext, int, int);
109 _SIGCONTEXT_DEFINE(sigcontext, register_t, fpregister_t);
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dsignal.h53 * struct sigcontext introduced in NetBSD 1.4
55 struct sigcontext { struct
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dframe.h158 struct sigcontext *sf_scp; /* r6 - "scp" argument for handler */
160 struct sigcontext sf_sc; /* actual saved context */
H A Dsignal.h80 struct sigcontext { struct
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dsignal.h50 struct sigcontext { struct
82 struct sigcontext sf_sc; /* actual context */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mips/
H A Dlinux-unwind.h42 struct sigcontext uc_mcontext;
53 struct sigcontext *sc;
68 struct sigcontext sigctx;
90 /* On o32 Linux, the register save slots in the sigcontext are
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/gen/
H A Dlongjmp.c55 sizeof(struct sigcontext));
57 sizeof(struct sigcontext));
67 struct sigcontext *sc = (void *)env;
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dsigcode.S25 * of the sigcontext struct for the sigreturn call.
30 move a0, sp # address of sigcontext
40 move a0, sp # address of sigcontext
51 move a0, sp # address of sigcontext
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dcompat_16_machdep.c121 syscallarg(struct sigcontext *) sigcntxp;
125 struct sigcontext * const ucntx = SCARG(uap, sigcntxp);
126 struct sigcontext ksc;
129 if (copyin((void *)ucntx, (void *)&ksc, sizeof(struct sigcontext)))
158 * A struct sigcontext is allocated on the user stack. The relevant
177 struct sigcontext sigctx;
181 /* The sigcontext struct will be passed back to sigreturn(). */
189 sp -= sizeof(struct sigcontext);
203 /* Copy out the sigcontext and trampoline. */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dlinux-unwind.h39 struct sigcontext uc_mcontext;
50 struct sigcontext *sc;
67 struct sigcontext sigctx;
91 /* On o32 Linux, the register save slots in the sigcontext are
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/gen/
H A Dlongjmp.c58 sizeof(struct sigcontext));
60 sizeof(struct sigcontext));
65 struct sigcontext *sc = (void *)env;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dsignal.h81 struct sigcontext { struct
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dsignal.h81 struct sigcontext { struct
H A Dframe.h156 struct sigcontext *sf_scp; /* "scp" argument for handler */
157 struct sigcontext sf_sc; /* actual saved context */
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dsignal.h70 struct sigcontext { struct
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dbfin-linux-tdep.c33 /* From <asm/sigcontext.h>. */
106 CORE_ADDR sigcontext = sp + SIGCONTEXT_OFFSET; local
113 trad_frame_set_reg_addr (this_cache, i, sigcontext + reg_offset[i]);
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dibcs2_sigcode.S80 * Handler has returned here as if we called it. The sigcontext
83 leal 12(%esp),%eax # get pointer to sigcontext
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dnetbsd32_sigcode.S44 * Handler has returned here as if we called it. The sigcontext
47 leal 12(%esp),%eax # get pointer to sigcontext
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/util/
H A Dtestrs6000.c47 struct sigcontext *scp
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dlinux-unwind.h32 /* This works only for glibc-2.3 and later, because sigcontext is different
55 struct sigcontext *sc;
57 struct sigcontext *sc = frame_->sc;
104 in the sigcontext but leaves them intact, so there's no
134 struct sigcontext *sc;
136 struct sigcontext *sc = frame->sc;
180 in the sigcontext but leaves them intact, so there's no
/netbsd-6-1-5-RELEASE/lib/libc/arch/vax/gen/
H A D__setjmp14.S38 * and a struct sigcontext, see <signal.h>
50 movl 4(%ap),%r2 # construct sigcontext
55 movl 4(%ap),%r2 # construct sigcontext

Completed in 507 milliseconds

123