/third_party/libunwind/src/s390x/ |
D | Gstep.c | 51 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()
|
D | Gresume.c | 40 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/ |
D | aarch64.rs | 4 pub type ucontext_t = sigcontext; 7 pub struct sigcontext {
|
D | x86_64.rs | 6 pub type ucontext_t = sigcontext; 9 pub struct sigcontext {
|
/third_party/libunwind/src/setjmp/ |
D | setjmp_i.h | 82 struct sigcontext *sc = (struct sigcontext *) sc_addr; in resume_restores_sigmask()
|
/third_party/libunwind/src/x86/ |
D | Gos-linux.c | 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()
|
/third_party/libunwind/tests/ |
D | ia64-test-setjmp.c | 62 sighandler (int signal, void *siginfo, void *sigcontext) in sighandler() argument 64 ucontext_t *uc = sigcontext; in sighandler()
|
/third_party/libunwind/src/riscv/ |
D | Gresume.c | 53 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in riscv_local_resume()
|
/third_party/libunwind/src/hppa/ |
D | Gresume.c | 68 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in hppa_local_resume()
|
/third_party/libunwind/src/arm/ |
D | Gresume.c | 71 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in arm_local_resume()
|
D | gen-offsets.c | 10 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
|
/third_party/libunwind/src/sh/ |
D | Gresume.c | 80 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in sh_local_resume()
|
D | gen-offsets.c | 10 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
|
/third_party/libunwind/src/x86_64/ |
D | Gos-linux.c | 141 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in x86_64_sigreturn()
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
D | shmat1.c | 117 struct sigcontext *scp = /* pointer to sigcontext structure */ in sig_handler() 118 (struct sigcontext *)&ut->uc_mcontext; in sig_handler()
|
/third_party/libunwind/src/aarch64/ |
D | Gresume.c | 99 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in aarch64_local_resume()
|
D | gen-offsets.c | 10 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
|
/third_party/libunwind/src/mips/ |
D | gen-offsets.c | 9 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
|
/third_party/libunwind/src/tilegx/ |
D | gen-offsets.c | 9 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
|
/third_party/musl/arch/or1k/bits/ |
D | signal.h | 11 typedef struct sigcontext { struct
|
/third_party/libunwind/src/ia64/ |
D | Gresume.c | 86 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in local_resume()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | signal.h | 11 typedef struct sigcontext { struct
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | signal.h | 11 typedef struct sigcontext { struct
|
/third_party/musl/arch/arm/bits/ |
D | signal.h | 11 typedef struct sigcontext { struct
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | signal.h | 11 typedef struct sigcontext { struct
|