Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/powerpc/gen/
D_ctx_start.S31 .globl CNAME(_ctx_done)
38 bl PIC_PLT(CNAME(_ctx_done)) /* branch to ctxt completion func */
Dmakecontext.c42 void _ctx_done(ucontext_t *ucp);
46 _ctx_done(ucontext_t *ucp) in _ctx_done() function
/freebsd-12-stable/lib/libc/powerpc64/gen/
D_ctx_start.S31 .globl CNAME(_ctx_done)
41 bl CNAME(_ctx_done) /* branch to ctxt completion func */
Dmakecontext.c42 void _ctx_done(ucontext_t *ucp);
46 _ctx_done(ucontext_t *ucp) in _ctx_done() function
/freebsd-12-stable/lib/libc/sparc64/gen/
Dmakecontext.c46 void _ctx_done(ucontext_t *ucp);
81 _ctx_done(ucontext_t *ucp) in _ctx_done() function
D_ctx_start.S33 call _ctx_done
/freebsd-12-stable/lib/libc/mips/gen/
Dmakecontext.c53 void _ctx_done(ucontext_t *);
114 _ctx_done(ucontext_t *ucp) in _ctx_done() function
D_ctx_start.S51 PTR_LA t9, _ctx_done
/freebsd-12-stable/lib/libc/i386/gen/
D_ctx_start.S49 call PIC_PLT(_ctx_done) /* should never return */
Dmakecontext.c48 _ctx_done (ucontext_t *ucp) in _ctx_done() function