Home
last modified time | relevance | path

Searched refs:uc_mcontext (Results 151 – 175 of 223) sorted by relevance

123456789

/netbsd/external/gpl3/gcc/dist/libgcc/config/aarch64/
H A Dlinux-unwind.h80 sc = &rt_->uc.uc_mcontext; in aarch64_fallback_frame_state()
/netbsd/external/gpl3/gcc/dist/libgcc/config/arc/
H A Dlinux-unwind.h103 sc = &rt_->uc.uc_mcontext; in arc_fallback_frame_state()
/netbsd/tests/lib/libc/gen/
H A Dt_siginfo.c90 for (i = 0; i < __arraycount(ctx->uc_mcontext.__gregs); i++) in sig_debug()
92 (long)ctx->uc_mcontext.__gregs[i]); in sig_debug()
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Ddispatcher.c144 uctx->uc_mcontext.gregs[REG_PC] = sctx->si_regs.pc; in collector_sigprof_dispatcher()
145 __collector_memcpy (&uctx->uc_mcontext.gregs[3], in collector_sigprof_dispatcher()
149 uctx->uc_mcontext.mc_gregs[MC_PC] = sctx->sigc_regs.tpc; in collector_sigprof_dispatcher()
150 __collector_memcpy (&uctx->uc_mcontext.mc_gregs[3], in collector_sigprof_dispatcher()
/netbsd/sys/arch/hppa/hppa/
H A Dsig_machdep.c153 cpu_getmcontext(l, &frame.sf_uc.uc_mcontext, &frame.sf_uc.uc_flags); in sendsig_siginfo()
/netbsd/sys/arch/riscv/riscv/
H A Dsig_machdep.c109 COMPATNAME2(cpu_getmcontext)(l, &ksf.sf_uc.uc_mcontext, in sendsig_siginfo()
H A Dnetbsd32_machdep.c65 error = cpu_setmcontext32(curlwp, &uc->uc_mcontext, uc->uc_flags); in startlwp32()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/csky/
H A Dlinux-unwind.h78 sc = &(_rt->uc.uc_mcontext); in csky_fallback_frame_state()
/netbsd/external/gpl3/gcc/dist/libgcc/config/csky/
H A Dlinux-unwind.h78 sc = &(_rt->uc.uc_mcontext); in csky_fallback_frame_state()
/netbsd/sys/arch/vax/vax/
H A Dsig_machdep.c176 cpu_getmcontext(l, &uc.uc_mcontext, &uc.uc_flags); in setupstack_siginfo3()
/netbsd/sys/arch/arm/arm/
H A Darm_machdep.c215 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags); in startlwp()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dgnu-unwind.h109 gregset_t *gregset = &uctxp->uc_mcontext.gregs; in x86_gnu_fallback_frame_state()
/netbsd/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dgnu-unwind.h109 gregset_t *gregset = &uctxp->uc_mcontext.gregs; in x86_gnu_fallback_frame_state()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/sh/
H A Dlinux-unwind.h90 sc = (struct sigcontext *) (void *) &rt_->uc.uc_mcontext; in sh_fallback_frame_state()
/netbsd/external/gpl3/gcc/dist/libgcc/config/sh/
H A Dlinux-unwind.h90 sc = (struct sigcontext *) (void *) &rt_->uc.uc_mcontext; in sh_fallback_frame_state()
/netbsd/lib/libc/arch/sh3/
H A Dgenassym.cf35 define _UC_GREGS offsetof(ucontext_t, uc_mcontext.__gregs[0])
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Daix-unwind.h227 mctx = &uctx->uc_mcontext.jmp_context; in ppc_aix_fallback_frame_state()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/sparc/
H A Dsol2-unwind.h203 mctx = &ucp->uc_mcontext; in MD_FALLBACK_FRAME_STATE_FOR()
/netbsd/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Daix-unwind.h227 mctx = &uctx->uc_mcontext.jmp_context; in ppc_aix_fallback_frame_state()
/netbsd/external/gpl3/gcc/dist/libgcc/config/sparc/
H A Dsol2-unwind.h203 mctx = &ucp->uc_mcontext; in MD_FALLBACK_FRAME_STATE_FOR()
/netbsd/sys/compat/linux32/arch/amd64/
H A Dlinux32_machdep.c335 linux32_save_sigcontext(l, tf, mask, &uc->uc_mcontext); in linux32_save_ucontext()
405 return linux32_restore_sigcontext(l, &ctx.uc_mcontext, retval); in linux32_sys_rt_sigreturn()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_lwp.c73 error = cpu_mcontext32_validate(l, &newuc->uc_mcontext); in netbsd32__lwp_create()
/netbsd/sys/arch/sh3/sh3/
H A Dvm_machdep.c272 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags); in startlwp()
/netbsd/lib/libc/arch/alpha/
H A Dgenassym.cf88 define UC_GREGS offsetof(ucontext_t, uc_mcontext.__gregs)
/netbsd/sys/arch/powerpc/powerpc/
H A Dsig_machdep.c102 cpu_getmcontext(l, &uc.uc_mcontext, &uc.uc_flags); in sendsig_siginfo()

123456789