Searched refs:__dso_handle (Results 1 – 17 of 17) sorted by relevance
/glibc-2.36/stdlib/ |
D | test-dlclose-exit-race-helper.c | 39 extern void *__dso_handle __attribute__ ((__weak__)); 77 __cxa_atexit (second, NULL, __dso_handle); in constructor() 78 __cxa_atexit (first, NULL, __dso_handle); in constructor()
|
D | at_quick_exit.c | 45 return __cxa_at_quick_exit ((void (*) (void *)) func, __dso_handle); in at_quick_exit()
|
D | atexit.c | 46 return __cxa_atexit ((void (*) (void *)) func, NULL, __dso_handle); in atexit()
|
D | tst-tls-atexit-lib.c | 36 __cxa_thread_atexit_impl (A_dtor, &b, __dso_handle); in reg_dtor()
|
/glibc-2.36/csu/ |
D | dso_handle.c | 20 const void *const __dso_handle __attribute__ ((__visibility__ ("hidden"))) variable 21 = &__dso_handle;
|
/glibc-2.36/include/ |
D | dso_handle.h | 3 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-atfork2mod.c | 49 printf ("dsohandle = %p\n", __dso_handle); in init()
|
D | pthread_atfork.c | 51 return __register_atfork (prepare, parent, child, __dso_handle); in __pthread_atfork()
|
/glibc-2.36/dlfcn/ |
D | modcxaatexit.c | 39 __cxa_atexit (fluffy, p, __dso_handle); in bar()
|
/glibc-2.36/malloc/ |
D | mtrace-impl.c | 194 __dso_handle); in do_mtrace()
|
/glibc-2.36/sysdeps/nptl/ |
D | libc-lockP.h | 190 void *__dso_handle);
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 33465 * 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 …]
|
D | ChangeLog.12 | 1522 * 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
|
D | ChangeLog.16 | 4694 * csu/dso_handle.c (__dso_handle): Add const to pointer type too. 4740 * csu/dso_handle.c (__dso_handle): Mark as const.
|
D | ChangeLog.nptl | 5132 * pthread_atfork.c: Mark __dso_handle as hidden.
|
D | ChangeLog.14 | 12840 * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle
|
D | ChangeLog.18 | 23028 * sysdeps/nptl/malloc-machine.h (ATFORK_MEM, __dso_handle) 44266 * wordexp-test.c (__dso_handle): Add prototype.
|