Home
last modified time | relevance | path

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

12

/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Daarch64.rs4 pub type ucontext_t = sigcontext;
7 pub struct sigcontext { structure names
H A Dx86_64.rs6 pub type ucontext_t = sigcontext;
9 pub struct sigcontext { structure names
/third_party/libunwind/libunwind/src/s390x/
H A DGstep.c51 gprs = ((struct sigcontext*)sc_addr)->sregs->regs.gprs; in s390x_handle_signal_frame()
52 fprs = (unw_word_t*)((struct sigcontext*)sc_addr)->sregs->fpregs.fprs; in s390x_handle_signal_frame()
53 psw = &((struct sigcontext*)sc_addr)->sregs->regs.psw.addr; in s390x_handle_signal_frame()
69 uc_mcontext / sigcontext structure contents. */ in s390x_handle_signal_frame()
H A DGresume.c40 struct sigcontext *sc = NULL; in s390x_local_resume()
61 sc = (struct sigcontext*)c->sigcontext_addr; in s390x_local_resume()
/third_party/libunwind/libunwind/src/setjmp/
H A Dsetjmp_i.h82 struct sigcontext *sc = (struct sigcontext *) sc_addr; in resume_restores_sigmask()
/third_party/libunwind/libunwind/tests/
H A Dia64-test-setjmp.c62 sighandler (int signal, void *siginfo, void *sigcontext) in sighandler() argument
64 ucontext_t *uc = sigcontext; in sighandler()
/third_party/libunwind/libunwind/src/riscv/
H A DGresume.c53 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in riscv_local_resume()
/third_party/libunwind/libunwind/src/x86/
H A DGos-linux.c80 followed by a struct sigcontext. With SA_SIGINFO, the in x86_handle_signal_frame()
298 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in x86_local_resume()
320 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in x86_sigreturn()
322 /* Copy in saved uc - all preserved regs are at the start of sigcontext */ in x86_sigreturn()
/third_party/libunwind/libunwind/src/arm/
H A DGresume.c71 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in arm_local_resume()
/third_party/libunwind/libunwind/src/sh/
H A DGresume.c80 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in sh_local_resume()
/third_party/libunwind/libunwind/src/hppa/
H A DGresume.c68 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in hppa_local_resume()
/third_party/libunwind/libunwind/src/x86_64/
H A DGos-linux.c141 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in x86_64_sigreturn()
143 /* Copy in saved uc - all preserved regs are at the start of sigcontext */ in x86_64_sigreturn()
/third_party/libunwind/libunwind/src/aarch64/
H A DGresume.c99 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in aarch64_local_resume()
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dshmat1.c113 { /* contains pointer to sigcontext structure */ in sig_handler()
117 struct sigcontext *scp = /* pointer to sigcontext structure */ in sig_handler()
118 (struct sigcontext *)&ut->uc_mcontext; in sig_handler()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsignal.h11 typedef struct sigcontext { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsignal.h11 typedef struct sigcontext { struct
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsignal.h11 typedef struct sigcontext { struct
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsignal.h11 typedef struct sigcontext { struct
/third_party/musl/arch/arm/bits/
H A Dsignal.h11 typedef struct sigcontext { struct
/third_party/musl/arch/or1k/bits/
H A Dsignal.h11 typedef struct sigcontext { struct
/third_party/musl/arch/sh/bits/
H A Dsignal.h21 struct sigcontext { struct
/third_party/musl/arch/loongarch64/bits/
H A Dsignal.h23 struct sigcontext { struct
/third_party/musl/arch/microblaze/bits/
H A Dsignal.h11 typedef struct sigcontext { struct
/third_party/musl/arch/mips/bits/
H A Dsignal.h20 struct sigcontext { struct
/third_party/musl/arch/powerpc/bits/
H A Dsignal.h26 struct sigcontext { struct

Completed in 10 milliseconds

12