Home
last modified time | relevance | path

Searched refs:__libc_pthread_functions (Results 1 – 25 of 32) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dpthread-functions.h102 extern struct pthread_functions __libc_pthread_functions attribute_hidden;
107 ({ __typeof (__libc_pthread_functions.fct) __p; \
108 __p = __libc_pthread_functions.fct; \
113 __libc_pthread_functions.fct params
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/
A Dvfork.S36 addis 10,10,__libc_pthread_functions-1b@ha
37 lwz 10,__libc_pthread_functions-1b@l(10)
43 lwz 10,__libc_pthread_functions@got(10)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dlibc_pthread_init.c32 memcpy (&__libc_pthread_functions, functions, in __libc_pthread_init()
33 sizeof (__libc_pthread_functions)); in __libc_pthread_init()
A Dforward.c53 struct pthread_functions __libc_pthread_functions attribute_hidden;
60 if (__libc_pthread_functions.ptr_##name == NULL) \
63 return __libc_pthread_functions.ptr_##name params; \
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dlibc_pthread_init.c39 memcpy (&__libc_pthread_functions, functions, in strong_alias()
40 sizeof (__libc_pthread_functions)); in strong_alias()
A Dforward.c28 struct pthread_functions __libc_pthread_functions; variable
35 if (__libc_pthread_functions.ptr_##name == NULL) \
38 return __libc_pthread_functions.ptr_##name params; \
/l4re-core-master/uclibc/lib/libpthread/src/
A Dlibc_pthread_init.c41 memcpy (&__libc_pthread_functions, functions,
42 sizeof (__libc_pthread_functions));
A Dforward.c29 struct pthread_functions __libc_pthread_functions attribute_hidden;
36 if (__libc_pthread_functions.ptr_##name == NULL) \
39 return __libc_pthread_functions.ptr_##name params; \
A Dpthread-functions.h102 extern struct pthread_functions __libc_pthread_functions attribute_hidden;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dlibc_pthread_init.c54 memcpy (&__libc_pthread_functions, functions, in __libc_pthread_init()
55 sizeof (__libc_pthread_functions)); in __libc_pthread_init()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/
A Dvfork.S31 .tc __libc_pthread_functions[TC],__libc_pthread_functions
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/
A Dvfork.S33 sethi %hi(__libc_pthread_functions), %o2
35 or %o2, %lo(__libc_pthread_functions), %o2
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/
A Dvfork.S32 sethi %hi(__libc_pthread_functions), %o2
34 or %o2, %lo(__libc_pthread_functions), %o2
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64/
A Dvfork.S30 larl %r1,__libc_pthread_functions
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/x86_64/
A Dvfork.S30 cmpq $0, __libc_pthread_functions(%rip)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-32/
A Dvfork.S59 .long __libc_pthread_functions-0b
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/
A Dvfork.S33 addl r14 = @gprel(__libc_pthread_functions#), gp;;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/
A Dvfork.S32 tstl (__libc_pthread_functions@GOTPC, %pc)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/arm/
A Dvfork.S68 2: .word __libc_pthread_functions(GOTOFF)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/
A Dvfork.S40 cmpl $0, __libc_pthread_functions@GOTOFF(%ecx)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/
A Dvfork.S31 ldq t0, __libc_pthread_functions(gp) !gprel
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/
A Dvfork.S59 .long __libc_pthread_functions@GOTOFF
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/
A Dvfork.S57 PTR_L a0, __libc_pthread_functions
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dpthread-functions.h97 extern struct pthread_functions __libc_pthread_functions attribute_hidden;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/
A Dpthread-functions.h109 extern struct pthread_functions __libc_pthread_functions attribute_hidden;

Completed in 27 milliseconds

12