Home
last modified time | relevance | path

Searched refs:sigcontext (Results 1 – 25 of 50) sorted by relevance

12

/third_party/libunwind/src/s390x/
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()
DGresume.c40 struct sigcontext *sc = NULL; in s390x_local_resume()
61 sc = (struct sigcontext*)c->sigcontext_addr; in s390x_local_resume()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Daarch64.rs4 pub type ucontext_t = sigcontext;
7 pub struct sigcontext {
Dx86_64.rs6 pub type ucontext_t = sigcontext;
9 pub struct sigcontext {
/third_party/libunwind/src/setjmp/
Dsetjmp_i.h82 struct sigcontext *sc = (struct sigcontext *) sc_addr; in resume_restores_sigmask()
/third_party/libunwind/src/x86/
DGos-linux.c298 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in x86_local_resume()
320 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in x86_sigreturn()
/third_party/libunwind/tests/
Dia64-test-setjmp.c62 sighandler (int signal, void *siginfo, void *sigcontext) in sighandler() argument
64 ucontext_t *uc = sigcontext; in sighandler()
/third_party/libunwind/src/riscv/
DGresume.c53 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in riscv_local_resume()
/third_party/libunwind/src/hppa/
DGresume.c68 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in hppa_local_resume()
/third_party/libunwind/src/arm/
DGresume.c71 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in arm_local_resume()
Dgen-offsets.c10 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
/third_party/libunwind/src/sh/
DGresume.c80 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in sh_local_resume()
Dgen-offsets.c10 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
/third_party/libunwind/src/x86_64/
DGos-linux.c141 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in x86_64_sigreturn()
/third_party/ltp/testcases/kernel/mem/mtest06/
Dshmat1.c117 struct sigcontext *scp = /* pointer to sigcontext structure */ in sig_handler()
118 (struct sigcontext *)&ut->uc_mcontext; in sig_handler()
/third_party/libunwind/src/aarch64/
DGresume.c99 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in aarch64_local_resume()
Dgen-offsets.c10 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
/third_party/libunwind/src/mips/
Dgen-offsets.c9 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
/third_party/libunwind/src/tilegx/
Dgen-offsets.c9 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
/third_party/musl/arch/or1k/bits/
Dsignal.h11 typedef struct sigcontext { struct
/third_party/libunwind/src/ia64/
DGresume.c86 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in local_resume()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsignal.h11 typedef struct sigcontext { struct
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsignal.h11 typedef struct sigcontext { struct
/third_party/musl/arch/arm/bits/
Dsignal.h11 typedef struct sigcontext { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsignal.h11 typedef struct sigcontext { struct

12