Home
last modified time | relevance | path

Searched refs:__loader_add_thread_local_dtor (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
D__cxa_thread_atexit_impl.cpp31 extern "C" void __loader_add_thread_local_dtor(void* dso_handle) __attribute__((weak));
45 if (__loader_add_thread_local_dtor != nullptr) { in __cxa_thread_atexit_impl()
46 __loader_add_thread_local_dtor(dso_handle); in __cxa_thread_atexit_impl()
/bionic/linker/
Dlinker.generic.map22 __loader_add_thread_local_dtor;
Dlinker.arm.map23 __loader_add_thread_local_dtor;
Dld_android.cpp54 __strong_alias(__loader_add_thread_local_dtor, __internal_linker_error);
Ddlfcn.cpp87 void __loader_add_thread_local_dtor(void* dso_handle) __LINKER_PUBLIC__;
292 void __loader_add_thread_local_dtor(void* dso_handle) { in __loader_add_thread_local_dtor() function