Searched refs:buildcontext (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/sys/arch/alpha/alpha/ |
| D | compat_16_machdep.c | 197 buildcontext(l,(void *)catcher, in sendsig_sigcontext() 203 buildcontext(l,(void *)catcher, in sendsig_sigcontext()
|
| D | machdep.c | 1501 buildcontext(struct lwp *l, const void *catcher, const void *tramp, const void *fp) in buildcontext() function 1582 buildcontext(l,catcher,ps->sa_sigdesc[sig].sd_tramp,fp); in sendsig_siginfo()
|
| /netbsd/src/sys/arch/amd64/include/ |
| D | frame.h | 131 void buildcontext(struct lwp *, void *, void *);
|
| /netbsd/src/sys/arch/alpha/include/ |
| D | frame.h | 118 void buildcontext(struct lwp *, const void *, const void *, const void *);
|
| /netbsd/src/sys/arch/i386/include/ |
| D | frame.h | 177 void buildcontext(struct lwp *, int, void *, void *);
|
| /netbsd/src/sys/arch/m68k/include/ |
| D | frame.h | 212 void buildcontext(struct lwp *, void *, void *);
|
| /netbsd/src/sys/arch/m68k/m68k/ |
| D | sig_machdep.c | 137 buildcontext(struct lwp *l, void *catcher, void *fp) in buildcontext() function 188 buildcontext(l, catcher, fp); in sendsig_siginfo()
|
| D | sunos_machdep.c | 173 buildcontext(l, catcher, fp); in sunos_sendsig()
|
| D | compat_16_machdep.c | 221 buildcontext(l, catcher, fp); in sendsig_sigcontext()
|
| /netbsd/src/sys/compat/freebsd/ |
| D | freebsd_machdep.c | 142 buildcontext(l, GUCODEBIG_SEL, p->p_sigctx.ps_sigcode, fp); in freebsd_sendsig()
|
| /netbsd/src/sys/arch/i386/i386/ |
| D | compat_16_machdep.c | 236 buildcontext(l, sel, catcher, fp); in sendsig_sigcontext()
|
| D | machdep.c | 644 buildcontext(struct lwp *l, int sel, void *catcher, void *fp) in buildcontext() function 709 buildcontext(l, sel, catcher, fp); in sendsig_siginfo()
|
| /netbsd/src/sys/arch/amd64/amd64/ |
| D | machdep.c | 559 buildcontext(struct lwp *l, void *catcher, void *f) in buildcontext() function 643 buildcontext(l, catcher, fp); in sendsig_siginfo()
|