Home
last modified time | relevance | path

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

1234

/netbsd/src/lib/libc/arch/mips/
Dgenassym.cf83 define _SC_REGS offsetof(struct sigcontext, sc_regs[0])
84 define _SC_REGS_V0 offsetof(struct sigcontext, sc_regs[_R_V0])
85 define _SC_REGS_S0 offsetof(struct sigcontext, sc_regs[_R_S0])
86 define _SC_REGS_S1 offsetof(struct sigcontext, sc_regs[_R_S1])
87 define _SC_REGS_S2 offsetof(struct sigcontext, sc_regs[_R_S2])
88 define _SC_REGS_S3 offsetof(struct sigcontext, sc_regs[_R_S3])
89 define _SC_REGS_S4 offsetof(struct sigcontext, sc_regs[_R_S4])
90 define _SC_REGS_S5 offsetof(struct sigcontext, sc_regs[_R_S5])
91 define _SC_REGS_S6 offsetof(struct sigcontext, sc_regs[_R_S6])
92 define _SC_REGS_S7 offsetof(struct sigcontext, sc_regs[_R_S7])
[all …]
/netbsd/src/lib/libc/arch/alpha/
Dgenassym.cf73 define SC_ONSTACK offsetof(struct sigcontext, sc_onstack)
74 define SC_SP offsetof(struct sigcontext, sc_sp)
75 define SC_PC offsetof(struct sigcontext, sc_pc)
76 define SC_PS offsetof(struct sigcontext, sc_ps)
77 define SC_REGS offsetof(struct sigcontext, sc_regs)
78 define SC_OWNEDFP offsetof(struct sigcontext, sc_regs)
79 define SC_FPREGS offsetof(struct sigcontext, sc_fpregs)
80 define SC_FPCR offsetof(struct sigcontext, sc_fpcr)
81 define SC_FP_CONTROL offsetof(struct sigcontext, sc_fp_control)
82 define SC_MASK offsetof(struct sigcontext, sc_mask)
[all …]
/netbsd/src/lib/libc/arch/hppa/
Dgenassym.cf108 define SIZEOF_SIGCONTEXT sizeof(struct sigcontext)
109 define _SC_ONSTACK offsetof(struct sigcontext, sc_onstack)
110 define _SC_MASK13 offsetof(struct sigcontext, __sc_mask13)
111 define _SC_REGS_SP offsetof(struct sigcontext, sc_sp)
112 define _SC_REGS_FP offsetof(struct sigcontext, sc_fp)
113 define _SC_REGS_AP offsetof(struct sigcontext, sc_ap)
114 define _SC_REGS_PCSQH offsetof(struct sigcontext, sc_pcsqh)
115 define _SC_REGS_PCOQH offsetof(struct sigcontext, sc_pcoqh)
116 define _SC_REGS_PCSQT offsetof(struct sigcontext, sc_pcsqt)
117 define _SC_REGS_PCOQT offsetof(struct sigcontext, sc_pcoqt)
[all …]
/netbsd/src/lib/libc/arch/m68k/
Dgenassym.cf65 define SC_ONSTACK offsetof(struct sigcontext, sc_onstack)
66 define SC___MASK13 offsetof(struct sigcontext, __sc_mask13)
67 define SC_SP offsetof(struct sigcontext, sc_sp)
68 define SC_FP offsetof(struct sigcontext, sc_fp)
69 define SC_AP offsetof(struct sigcontext, sc_ap)
70 define SC_PC offsetof(struct sigcontext, sc_pc)
71 define SC_PS offsetof(struct sigcontext, sc_ps)
72 define SC_MASK offsetof(struct sigcontext, sc_mask)
73 define SC_SIZE sizeof(struct sigcontext)
/netbsd/src/lib/libc/arch/sparc/
Dgenassym.cf31 define _SC_ONSTACK offsetof(struct sigcontext, sc_onstack)
32 define _SC_SP offsetof(struct sigcontext, sc_sp)
33 define _SC_PC offsetof(struct sigcontext, sc_pc)
34 define _SC_NPC offsetof(struct sigcontext, sc_npc)
35 define _SC_PSR offsetof(struct sigcontext, sc_psr)
36 define _SC_G1 offsetof(struct sigcontext, sc_g1)
38 define _SIZEOF_SC sizeof(struct sigcontext)
/netbsd/src/lib/libc/arch/vax/
Dgenassym.cf80 define SC_LEN sizeof(struct sigcontext)
81 define SC_ONSTACK offsetof(struct sigcontext, sc_onstack)
82 define SC_MASK13 offsetof(struct sigcontext, __sc_mask13)
83 define SC_SP offsetof(struct sigcontext, sc_sp)
84 define SC_FP offsetof(struct sigcontext, sc_fp)
85 define SC_AP offsetof(struct sigcontext, sc_ap)
86 define SC_PC offsetof(struct sigcontext, sc_pc)
87 define SC_PS offsetof(struct sigcontext, sc_ps)
88 define SC_MASK offsetof(struct sigcontext, sc_mask)
/netbsd/src/sys/arch/vax/vax/
Dcompat_16_machdep.c124 struct sigcontext * const ucntx = SCARG(uap, sigcntxp); in compat_16_sys___sigreturn14()
125 struct sigcontext ksc; in compat_16_sys___sigreturn14()
128 if (copyin((void *)ucntx, (void *)&ksc, sizeof(struct sigcontext))) in compat_16_sys___sigreturn14()
176 struct sigcontext sigctx; in setupstack_sigcontext2()
188 sp -= sizeof(struct sigcontext); in setupstack_sigcontext2()
Dcompat_13_machdep.c132 if (copyin((void *)ucntx, (void *)&ksc, sizeof(struct sigcontext))) in compat_13_sys_sigreturn()
165 struct sigcontext sigctx; in setupstack_oldsigcontext()
177 sp -= sizeof(struct sigcontext); in setupstack_oldsigcontext()
/netbsd/src/sys/arch/mips/include/
Dsignal.h91 struct sigcontext { \
110 _SIGCONTEXT_DEFINE(sigcontext, int, int);
112 _SIGCONTEXT_DEFINE(sigcontext, __register_t, __fpregister_t);
/netbsd/src/sys/arch/mips/mips/
Dsigcode.S33 move a0, sp # address of sigcontext
43 move a0, sp # address of sigcontext
54 move a0, sp # address of sigcontext
Dcompat_16_machdep.c99 struct sigcontext *scp = getframe(l, sig, &onstack, in sendsig_sigcontext()
101 struct sigcontext ksc; in sendsig_sigcontext()
237 struct sigcontext *scp, ksc; in compat_16_sys___sigreturn14()
/netbsd/src/sys/arch/powerpc/powerpc/
Dcompat_16_machdep.c95 struct sigcontext *fp, frame; in sendsig_sigcontext()
111 fp = (struct sigcontext *)((char *)l->l_sigstk.ss_sp + in sendsig_sigcontext()
114 fp = (struct sigcontext *)tf->tf_fixreg[1]; in sendsig_sigcontext()
115 fp = (struct sigcontext *)((uintptr_t)(fp - 1) & -CALLFRAMELEN); in sendsig_sigcontext()
218 struct sigcontext sc; in compat_16_sys___sigreturn14()
/netbsd/src/lib/libc/arch/sparc64/gen/
Dlongjmp.c59 sizeof(struct sigcontext));
61 sizeof(struct sigcontext));
67 struct sigcontext *sc = (void *)env; in __longjmp14()
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/ia64/
Dlinux-unwind.h51 struct sigcontext *sc; in ia64_fallback_frame_state()
53 struct sigcontext *sc = frame_->sc; in ia64_fallback_frame_state()
141 struct sigcontext *sc; in ia64_handle_unwabi()
143 struct sigcontext *sc = frame->sc; in ia64_handle_unwabi()
/netbsd/src/sys/arch/sh3/include/
Dframe.h158 struct sigcontext *sf_scp; /* r6 - "scp" argument for handler */
160 struct sigcontext sf_sc; /* actual saved context */
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/i386/
Dlinux-unwind.h54 struct sigcontext *sc; in x86_64_fallback_frame_state()
70 sc = (struct sigcontext *) (void *) &uc_->uc_mcontext; in x86_64_fallback_frame_state()
128 struct sigcontext *sc; in x86_fallback_frame_state()
151 sc = (struct sigcontext *) (void *) &rt_->uc.uc_mcontext; in x86_fallback_frame_state()
Dgnu-unwind.h46 struct sigcontext *scp; in x86_gnu_fallback_frame_state()
93 struct sigcontext *scp = handler_args->legacy.scp; in x86_gnu_fallback_frame_state()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Di386-bsd-nat.c268 int offset = offsetof (struct sigcontext, sc_pc); in _initialize_i386bsd_nat()
281 offset = offsetof (struct sigcontext, sc_sp); in _initialize_i386bsd_nat()
294 offset = offsetof (struct sigcontext, sc_fp); in _initialize_i386bsd_nat()
Dbfin-linux-tdep.c104 CORE_ADDR sigcontext = sp + SIGCONTEXT_OFFSET; in bfin_linux_sigframe_init() local
110 trad_frame_set_reg_addr (this_cache, i, sigcontext + reg_offset[i]); in bfin_linux_sigframe_init()
/netbsd/src/sys/arch/i386/include/
Dframe.h158 struct sigcontext *sf_scp; /* "scp" argument for handler */
159 struct sigcontext sf_sc; /* actual saved context */
/netbsd/src/sys/arch/sparc/sparc/
Dcompat_16_machdep.c98 struct sigcontext *sf_scp; /* SunOS user addr of sigcontext */
100 struct sigcontext sf_sc; /* actual sigcontext */
265 struct sigcontext sc, *scp; in compat_16_sys___sigreturn14()
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/alpha/
Dlinux-unwind.h39 struct sigcontext *sc; in alpha_fallback_frame_state()
59 sc = (struct sigcontext *) (void *) &rt_->uc.uc_mcontext; in alpha_fallback_frame_state()
/netbsd/src/lib/libc/arch/vax/gen/
D__setjmp14.S50 movl 4(%ap),%r2 # construct sigcontext
55 movl 4(%ap),%r2 # construct sigcontext
/netbsd/src/sys/arch/m68k/include/
Dframe.h184 struct sigcontext *sf_scp; /* context pointer for handler */
185 struct sigcontext sf_sc; /* actual context */
/netbsd/src/sys/arch/sparc64/sparc64/
Dcompat_16_machdep.c75 struct sigcontext *sf_scp; /* SunOS user addr of sigcontext */
78 struct sigcontext sf_sc; /* actual sigcontext */
264 struct sigcontext sc, *scp; in compat_16_sys___sigreturn14()

1234