Searched refs:__dso_handle (Results 1 – 19 of 19) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/ |
A D | malloc-machine.h | 41 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 D | malloc-machine.h | 36 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 D | malloc-machine.h | 47 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 D | pthread_atfork.c | 40 extern void *__dso_handle __attribute__ ((__weak__)); 53 &__dso_handle == NULL ? NULL : __dso_handle); in __pthread_atfork()
|
A D | ChangeLog | 3002 * pthread_atfork.c: Mark __dso_handle as hidden.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | pthread_atfork.c | 40 extern void *__dso_handle __attribute__ ((__weak__)); 56 &__dso_handle == NULL ? NULL : __dso_handle);
|
A D | pthread.c | 223 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 D | cxx_atexit.cc | 45 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 D | dso_handle.cc | 20 void *__dso_handle __attribute__ ((__visibility__ ("hidden"))) = &__dso_handle; variable
|
/l4re-core-master/crtn/lib/src/ |
A D | construction.c | 111 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 D | crt0_x.S | 23 .global __dso_handle 24 __dso_handle: label
|
/l4re-core-master/crtn/lib/src/ARCH-ppc32/ |
A D | crt0_x.S | 33 .global __dso_handle 34 __dso_handle: label
|
/l4re-core-master/crtn/lib/src/ARCH-arm/ |
A D | crt0_x.S | 35 .global __dso_handle 36 __dso_handle: label
|
/l4re-core-master/crtn/lib/src/ARCH-amd64/ |
A D | crt0_x.S | 62 .globl __dso_handle 63 __dso_handle: label
|
/l4re-core-master/crtn/lib/src/ARCH-x86/ |
A D | crt0_x.S | 63 .globl __dso_handle 64 __dso_handle: label
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/ |
A D | _atexit.c | 100 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.c | 100 extern void *__dso_handle __attribute__ ((__weak__)); 119 &__dso_handle == NULL ? NULL : __dso_handle);
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | pthread.c | 248 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 D | libc-lock.h | 471 void *__dso_handle);
|
Completed in 47 milliseconds