Home
last modified time | relevance | path

Searched refs:__aeabi_atexit (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/tests/
Dfoo_with_static_constructor.cpp18 extern "C" void __aeabi_atexit(void*);
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_wrappers.cpp50 int __aeabi_atexit(void* object, void (*destructor)(void*), void* dso_handle) { in __aeabi_atexit() function
248 return reinterpret_cast<void*>(&__aeabi_atexit); in WrapLinkerSymbol()