Searched refs:__dso_handle (Results 1 – 9 of 9) sorted by relevance
29 extern void *__dso_handle;34 return (__cxa_atexit((void (*)(void *))func, (void *)0, &__dso_handle)); in atexit()
31 extern void* __dso_handle;44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle)); in atexit()
30 extern void *__dso_handle;34 __cxa_finalize(&__dso_handle); in __on_dlclose()
23 extern void* __dso_handle;33 return __register_atfork(prepare, parent, child, &__dso_handle); in pthread_atfork()
33 void* __dso_handle = (void*) 0; variable
39 __attribute__((alias("__dso_handle_const"))) extern void* __dso_handle;
47 // Clang's exit-time destructor registration hides __dso_handle, but48 // __dso_handle needs to have default visibility on ARM32. See b/73485611.
1642 __dso_handle; # arm