Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dtest-dlclose-exit-race-helper.c39 extern void *__dso_handle __attribute__ ((__weak__));
77 __cxa_atexit (second, NULL, __dso_handle); in constructor()
78 __cxa_atexit (first, NULL, __dso_handle); in constructor()
Dat_quick_exit.c45 return __cxa_at_quick_exit ((void (*) (void *)) func, __dso_handle); in at_quick_exit()
Datexit.c46 return __cxa_atexit ((void (*) (void *)) func, NULL, __dso_handle); in atexit()
Dtst-tls-atexit-lib.c36 __cxa_thread_atexit_impl (A_dtor, &b, __dso_handle); in reg_dtor()
/glibc-2.36/csu/
Ddso_handle.c20 const void *const __dso_handle __attribute__ ((__visibility__ ("hidden"))) variable
21 = &__dso_handle;
/glibc-2.36/include/
Ddso_handle.h3 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
/glibc-2.36/sysdeps/pthread/
Dtst-atfork2mod.c49 printf ("dsohandle = %p\n", __dso_handle); in init()
Dpthread_atfork.c51 return __register_atfork (prepare, parent, child, __dso_handle); in __pthread_atfork()
/glibc-2.36/dlfcn/
Dmodcxaatexit.c39 __cxa_atexit (fluffy, p, __dso_handle); in bar()
/glibc-2.36/malloc/
Dmtrace-impl.c194 __dso_handle); in do_mtrace()
/glibc-2.36/sysdeps/nptl/
Dlibc-lockP.h190 void *__dso_handle);
/glibc-2.36/ChangeLog.old/
DChangeLog.1933465 * dlfcn/modatexit.c (foo): Remove __dso_handle check.
33467 (__dso_handle): Remove declaration.
33468 * dlfcn/tstatexit.c (__dso_handle): Removed.
33469 (main): Don't check __dso_handle.
33470 * dlfcn/tstcxaatexit.c (__dso_handle): Removed.
33471 (main): Don't check __dso_handle.
33474 (mtrace): Pass __dso_handle directly.
33476 (__dso_handle): Remove declaration.
33477 (__pthread_atfork): Pass __dso_handle directly.
33479 (__dso_handle): Removed.
[all …]
DChangeLog.121522 * sysdeps/unix/sysv/aix/start.c: Define __dso_handle if not ELF but
5448 * dlfcn/tstatexit.c (main): Don't perform the test if __dso_handle
DChangeLog.164694 * csu/dso_handle.c (__dso_handle): Add const to pointer type too.
4740 * csu/dso_handle.c (__dso_handle): Mark as const.
DChangeLog.nptl5132 * pthread_atfork.c: Mark __dso_handle as hidden.
DChangeLog.1412840 * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle
DChangeLog.1823028 * sysdeps/nptl/malloc-machine.h (ATFORK_MEM, __dso_handle)
44266 * wordexp-test.c (__dso_handle): Add prototype.