Home
last modified time | relevance | path

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

/freebsd/lib/libc/aarch64/gen/
H A Dmakecontext.c52 __weak_reference(__makecontext, makecontext);
55 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in __makecontext() function
/freebsd/lib/libc/riscv/gen/
H A Dmakecontext.c58 __weak_reference(__makecontext, makecontext);
61 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in __makecontext() function
/freebsd/lib/libc/arm/gen/
H A Dmakecontext.c55 __weak_reference(__makecontext, makecontext);
58 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in __makecontext() function
/freebsd/lib/libc/powerpc/gen/
H A Dmakecontext.c37 __weak_reference(__makecontext, makecontext);
58 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) in __makecontext() function
/freebsd/lib/libc/i386/gen/
H A Dmakecontext.c42 __weak_reference(__makecontext, makecontext);
65 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) in __makecontext() function
/freebsd/lib/libc/powerpc64/gen/
H A Dmakecontext.c37 __weak_reference(__makecontext, makecontext);
58 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) in __makecontext() function
/freebsd/lib/libc/amd64/gen/
H A Dmakecontext.c40 __weak_reference(__makecontext, makecontext);
43 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) in __makecontext() function
/freebsd/lib/libc/gen/
H A DSymbol.map610 __makecontext;