Home
last modified time | relevance | path

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

/bionic/libc/arch-common/bionic/
D__dso_handle_so.h33 void *__dso_handle = (void *) 0; variable
35 void *__dso_handle = &__dso_handle;
Dcrtbegin_so.c30 extern void *__dso_handle;
34 __cxa_finalize(&__dso_handle); in __on_dlclose()
Datexit.h31 extern void* __dso_handle;
44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle)); in atexit()
Dpthread_atfork.h17 extern void* __dso_handle;
27 return __register_atfork(prepare, parent, child, &__dso_handle); in pthread_atfork()
D__dso_handle.h38 void *__dso_handle = (void *) 0; variable
/bionic/libc/arch-x86/bionic/
Datexit.h29 extern void *__dso_handle;
34 return (__cxa_atexit((void (*)(void *))func, (void *)0, &__dso_handle)); in atexit()
/bionic/libc/upstream-openbsd/android/include/
Darc4random.h37 extern void *__dso_handle;
39 #define _ARC4_ATFORK(f) __register_atfork(NULL, NULL, (f), __dso_handle)
/bionic/libc/
Dlibc.map1412 __dso_handle; # arm