Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libc/
H A D__cxa_thread_atexit_impl.cpp19 extern "C" void __loader_add_thread_local_dtor(void* dso_handle) __attribute__((weak));
54 if (__loader_add_thread_local_dtor != nullptr) { in __cxa_thread_atexit_impl()
55 __loader_add_thread_local_dtor(dso_handle); in __cxa_thread_atexit_impl()
/aosp12/bionic/libc/bionic/
H A 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()
/aosp12/bionic/linker/
H A Dlinker.generic.map22 __loader_add_thread_local_dtor;
H A Dlinker.arm.map23 __loader_add_thread_local_dtor;
H A Dld_android.cpp54 __strong_alias(__loader_add_thread_local_dtor, __internal_linker_error);
H A Ddlfcn.cpp89 void __loader_add_thread_local_dtor(void* dso_handle) __LINKER_PUBLIC__;
291 void __loader_add_thread_local_dtor(void* dso_handle) { in __loader_add_thread_local_dtor() function
/aosp12/build/bazel/tests/bionic/
H A Dverify_bionic_outputs.sh60 __loader_add_thread_local_dtor
/aosp12/frameworks/libs/native_bridge_support/linker/
H A Dlinker.arm.map39 __loader_add_thread_local_dtor;
H A Dlinker.generic.map38 __loader_add_thread_local_dtor;