Searched defs:dso_handle (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A D__cxa_thread_atexit_impl.cpp24 void *dso_handle; // unused... member in class:thread_local_dtor
28 extern "C" int __cxa_thread_atexit_impl(void (*func) (void *), void *arg, void *dso_handle) { argument
33 dtor->dso_handle = dso_handle;
H A Dpthread_atfork.cpp43 void* dso_handle; member in struct:atfork_t
163 entry->dso_handle = dso;
177 return entry->dso_handle == dso;
/bionic/libc/arch-arm/bionic/
H A D__aeabi.c49 * Note that 'dso_handle' is the address of a magic linker-generate
54 __aeabi_atexit_impl(void *object, void (*destructor) (void *), void *dso_handle) { argument
55 return __cxa_atexit(destructor, object, dso_handle);
59 __aeabi_atexit_impl2(void *object, void (*destructor) (void *), void *dso_handle) { argument
60 return __cxa_atexit(destructor, object, dso_handle);

Completed in 3224 milliseconds