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

/freebsd-11.0-release/sys/arm64/include/
H A Dsignal.h44 struct sigcontext { struct
/freebsd-11.0-release/sys/arm/include/
H A Dsignal.h44 struct sigcontext { struct
/freebsd-11.0-release/sys/riscv/include/
H A Dsignal.h44 struct sigcontext { struct
/freebsd-11.0-release/sys/sparc64/include/
H A Dsignal.h42 struct sigcontext { struct
/freebsd-11.0-release/sys/powerpc/include/
H A Dsignal.h45 struct sigcontext { struct
/freebsd-11.0-release/sys/mips/include/
H A Dsignal.h60 struct sigcontext { struct
64 * struct sigcontext and ucontext_t at the same
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dlinux-unwind.h43 struct sigcontext uc_mcontext;
54 struct sigcontext *sc;
70 struct sigcontext sigctx;
94 /* On o32 Linux, the register save slots in the sigcontext are
/freebsd-11.0-release/sys/x86/include/
H A Dsignal.h52 struct sigcontext { struct
114 * sigcontext must match those in mcontext_t and struct trapframe.
116 struct sigcontext { struct
/freebsd-11.0-release/contrib/gdb/gdb/
H A Damd64fbsd-nat.c173 pointer since these members of `struct sigcontext' are essential
181 in the sigcontext structure. */
182 offset = offsetof (struct sigcontext, sc_rip);
187 offsetof (struct sigcontext, sc_rip) yields %d instead of %d.\n\
195 offset = offsetof (struct sigcontext, sc_rsp);
200 offsetof (struct sigcontext, sc_rsp) yields %d instead of %d.\n\
208 offset = offsetof (struct sigcontext, sc_rbp);
213 offsetof (struct sigcontext, sc_rbp) yields %d instead of %d.\n\
H A Di386bsd-nat.c413 pointer since these members of `struct sigcontext' are essential
423 in the sigcontext structure. */
424 offset = offsetof (struct sigcontext, sc_pc);
429 offsetof (struct sigcontext, sc_pc) yields %d instead of %d.\n\
437 offset = offsetof (struct sigcontext, sc_sp);
442 offsetof (struct sigcontext, sc_sp) yields %d instead of %d.\n\
450 offset = offsetof (struct sigcontext, sc_fp);
455 offsetof (struct sigcontext, sc_fp) yields %d instead of %d.\n\
/freebsd-11.0-release/contrib/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
/freebsd-11.0-release/contrib/ntp/util/
H A Dtestrs6000.c45 struct sigcontext *scp
/freebsd-11.0-release/lib/libc/mips/gen/
H A D_setjmp.S64 REG_LI v0, _JB_MAGIC__SETJMP # sigcontext magic number
H A Dlongjmp.c46 struct sigcontext *sc = (void *)env;
49 /* Ensure non-zero SP and sigcontext magic number is present */
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dlinux-unwind.h47 struct sigcontext *sc;
58 sc = (struct sigcontext *) (void *) &uc_->uc_mcontext;
125 struct sigcontext *sc;
148 sc = (struct sigcontext *) (void *) &rt_->uc.uc_mcontext;
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cc42 void *siginfo, void *sigcontext, void *map_info_list,
/freebsd-11.0-release/lib/libstand/mips/
H A D_setjmp.S62 REG_LI v0, 0xACEDBADE # sigcontext magic number
/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_sig.c148 typedef void (*ohandler)(int sig, int code, struct sigcontext *scp,
247 (struct sigcontext *)ucp, info->si_addr,
/freebsd-11.0-release/sys/mips/mips/
H A Dswtch.S594 * of the sigcontext struct for the sigreturn call.

Completed in 155 milliseconds