Home
last modified time | relevance | path

Searched refs:__dso_handle (Results 1 – 19 of 19) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dmalloc-machine.h41 extern void *__dso_handle __attribute__ ((__weak__));
47 __register_atfork (prepare, parent, child, __dso_handle)
51 &__dso_handle == NULL ? NULL : __dso_handle)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dmalloc-machine.h36 extern void *__dso_handle __attribute__ ((__weak__));
47 atfork_mem.dso_handle = __dso_handle; \
55 atfork_mem.dso_handle = &__dso_handle == NULL ? NULL : __dso_handle; \
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/
A Dmalloc-machine.h47 extern void *__dso_handle __attribute__ ((__weak__));
53 __register_atfork (prepare, parent, child, __dso_handle)
57 &__dso_handle == NULL ? NULL : __dso_handle)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_atfork.c40 extern void *__dso_handle __attribute__ ((__weak__));
53 &__dso_handle == NULL ? NULL : __dso_handle); in __pthread_atfork()
A DChangeLog3002 * pthread_atfork.c: Mark __dso_handle as hidden.
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dpthread_atfork.c40 extern void *__dso_handle __attribute__ ((__weak__));
56 &__dso_handle == NULL ? NULL : __dso_handle);
A Dpthread.c223 extern void *__dso_handle __attribute__ ((weak));
579 if (__builtin_expect (&__dso_handle != NULL, 1)) in pthread_initialize()
581 __dso_handle); in pthread_initialize()
642 if (__builtin_expect (&__dso_handle != NULL, 1)) in __pthread_initialize_manager()
644 __dso_handle); in __pthread_initialize_manager()
/l4re-core-master/cxx/lib/start/src/
A Dcxx_atexit.cc45 extern void *__dso_handle __attribute__((weak));
49 return __cxa_atexit((void (*)(void*))f, 0, (!&__dso_handle)?0:__dso_handle); in atexit()
/l4re-core-master/cxx/lib/base/src/
A Ddso_handle.cc20 void *__dso_handle __attribute__ ((__visibility__ ("hidden"))) = &__dso_handle; variable
/l4re-core-master/crtn/lib/src/
A Dconstruction.c111 extern void *__dso_handle __attribute__((weak));
119 &__dso_handle == 0 ? 0 : __dso_handle); in crt0_construction()
/l4re-core-master/crtn/lib/src/ARCH-arm64/
A Dcrt0_x.S23 .global __dso_handle
24 __dso_handle: label
/l4re-core-master/crtn/lib/src/ARCH-ppc32/
A Dcrt0_x.S33 .global __dso_handle
34 __dso_handle: label
/l4re-core-master/crtn/lib/src/ARCH-arm/
A Dcrt0_x.S35 .global __dso_handle
36 __dso_handle: label
/l4re-core-master/crtn/lib/src/ARCH-amd64/
A Dcrt0_x.S62 .globl __dso_handle
63 __dso_handle: label
/l4re-core-master/crtn/lib/src/ARCH-x86/
A Dcrt0_x.S63 .globl __dso_handle
64 __dso_handle: label
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A D_atexit.c100 extern void *__dso_handle __attribute__ ((__weak__));
119 &__dso_handle == NULL ? NULL : __dso_handle);
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/libc/stdlib/
A D_atexit.c100 extern void *__dso_handle __attribute__ ((__weak__));
119 &__dso_handle == NULL ? NULL : __dso_handle);
/l4re-core-master/uclibc/lib/libpthread/src/
A Dpthread.c248 extern void *__dso_handle __attribute__ ((weak));
629 if (__builtin_expect (&__dso_handle != NULL, 1)) in pthread_initialize()
631 __dso_handle); in pthread_initialize()
694 if (__builtin_expect (&__dso_handle != NULL, 1)) in __pthread_initialize_manager()
696 __dso_handle); in __pthread_initialize_manager()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/bits/
A Dlibc-lock.h471 void *__dso_handle);

Completed in 47 milliseconds