Home
last modified time | relevance | path

Searched refs:makectx_wrapper (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/amd64/gen/
H A Dmakecontext.c38 static void makectx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args);
93 ucp->uc_mcontext.mc_rip = (register_t)makectx_wrapper; in __makecontext()
97 makectx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args) in makectx_wrapper() function