Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/m68k/m680x0/
A Dmakecontext.S24 ENTRY(__makecontext)
101 END(__makecontext)
103 weak_alias (__makecontext, makecontext)
/sysdeps/mach/hurd/i386/
A Dmakecontext.S24 ENTRY(__makecontext)
127 END(__makecontext)
129 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/s390/s390-32/
A Dmakecontext.c52 __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in __makecontext() function
95 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/s390/s390-64/
A Dmakecontext.c52 __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in __makecontext() function
95 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/nios2/
A Dmakecontext.c40 __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in __makecontext() function
79 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/arm/
A Dmakecontext.c27 __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in __makecontext() function
73 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/aarch64/
A Dmakecontext.c42 __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in __makecontext() function
74 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/sparc/sparc32/
A Dmakecontext.c50 __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in __makecontext() function
91 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/arc/
A Dmakecontext.c25 __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in __makecontext() function
73 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/csky/
A Dmakecontext.c28 __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in __makecontext() function
74 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/sparc/sparc64/
A Dmakecontext.c26 __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in __makecontext() function
56 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/hppa/
A Dmakecontext.c38 __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in __makecontext() function
98 weak_alias(__makecontext, makecontext)
/sysdeps/unix/sysv/linux/ia64/
A Dmakecontext.c40 __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in __makecontext() function
87 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/alpha/
A Dmakecontext.S22 ENTRY(__makecontext)
129 END(__makecontext)
130 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/mips/
A Dmakecontext.S62 NESTED (__makecontext, FRAMESZ, ra)
75 SETUP_GP64_STACK (GPOFF, __makecontext)
201 PSEUDO_END (__makecontext)
203 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/riscv/
A Dmakecontext.c26 __makecontext (ucontext_t *ucp, void (*func) (void), int argc, in __makecontext() function
78 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/i386/
A Dmakecontext.S25 ENTRY(__makecontext)
250 END(__makecontext)
252 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/x86_64/
A Dmakecontext.c56 __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) in __makecontext() function
156 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/sh/
A Dmakecontext.S35 ENTRY(__makecontext)
158 PSEUDO_END(__makecontext)
160 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/powerpc/powerpc64/
A Dmakecontext.S26 ENTRY (__makecontext)
185 END(__makecontext)
187 weak_alias (__makecontext, makecontext)
/sysdeps/unix/sysv/linux/powerpc/powerpc32/
A Dmakecontext.S26 ENTRY(__makecontext)
112 END(__makecontext)
114 versioned_symbol (libc, __makecontext, makecontext, GLIBC_2_3_4)

Completed in 69 milliseconds