Searched refs:sigctx_wrapper (Results 1 – 1 of 1) sorted by relevance
38 static void sigctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args);90 ucp->uc_mcontext.mc_rip = (register_t)sigctx_wrapper; in __signalcontext()95 sigctx_wrapper(ucontext_t *ucp, handler_t func, uint64_t *args) in sigctx_wrapper() function