Home
last modified time | relevance | path

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

/freebsd/lib/libc/powerpc64/gen/
H A D_ctx_start.S28 .globl CNAME(_ctx_done)
44 bl CNAME(_ctx_done) /* branch to ctxt completion func */
H A Dmakecontext.c39 void _ctx_done(ucontext_t *ucp);
43 _ctx_done(ucontext_t *ucp) in _ctx_done() function
/freebsd/lib/libc/powerpc/gen/
H A D_ctx_start.S28 .globl CNAME(_ctx_done)
35 bl CNAME(_ctx_done) /* branch to ctxt completion func */
H A Dmakecontext.c39 void _ctx_done(ucontext_t *ucp);
43 _ctx_done(ucontext_t *ucp) in _ctx_done() function
/freebsd/lib/libc/i386/gen/
H A D_ctx_start.S47 call PIC_PLT(_ctx_done) /* should never return */
H A Dmakecontext.c45 _ctx_done (ucontext_t *ucp) in _ctx_done() function