Searched refs:ctx_wrapper (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/lib/libc/powerpc/gen/
H A Dsignalcontext.c39 static void ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig,
81 ucp->uc_mcontext.mc_srr0 = (uint32_t) ctx_wrapper;
92 ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig, uint32_t sig_si, function
/freebsd-10-stable/lib/libc/powerpc64/gen/
H A Dsignalcontext.c39 static void ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig,
81 ucp->uc_mcontext.mc_srr0 = (uint64_t) ctx_wrapper;
92 ctx_wrapper(ucontext_t *ucp, handler_t func, uint32_t sig, uint32_t sig_si, function
/freebsd-10-stable/lib/libc/ia64/gen/
H A Dmakecontext.c56 ctx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args) function
120 ucp->uc_mcontext.mc_special.rp = ((struct fdesc*)ctx_wrapper)->ip;
121 ucp->uc_mcontext.mc_special.gp = ((struct fdesc*)ctx_wrapper)->gp;
H A Dsignalcontext.c56 ctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args) function
119 ucp->uc_mcontext.mc_special.rp = ((struct fdesc*)ctx_wrapper)->ip;
120 ucp->uc_mcontext.mc_special.gp = ((struct fdesc*)ctx_wrapper)->gp;

Completed in 132 milliseconds