Searched refs:__atexit_handler_wrapper (Results 1 – 6 of 6) sorted by relevance
/development/ndk/platforms/android-21/arch-arm/src/ |
D | atexit.h | 36 void __atexit_handler_wrapper(void* func) { in __atexit_handler_wrapper() function 44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle)); in atexit()
|
/development/ndk/platforms/android-9/arch-mips/src/ |
D | atexit.h | 36 void __atexit_handler_wrapper(void* func) { in __atexit_handler_wrapper() function 44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle)); in atexit()
|
/development/ndk/platforms/android-3/arch-arm/src/ |
D | atexit.h | 36 void __atexit_handler_wrapper(void* func) { in __atexit_handler_wrapper() function 44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle)); in atexit()
|
/development/ndk/platforms/android-21/arch-arm64/src/ |
D | atexit.h | 36 void __atexit_handler_wrapper(void* func) { in __atexit_handler_wrapper() function 44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle)); in atexit()
|
/development/ndk/platforms/android-21/arch-mips64/src/ |
D | atexit.h | 36 void __atexit_handler_wrapper(void* func) { in __atexit_handler_wrapper() function 44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle)); in atexit()
|
/development/ndk/platforms/android-9/arch-x86/src/ |
D | atexit.h | 36 void __atexit_handler_wrapper(void* func) { in __atexit_handler_wrapper() function 44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle)); in atexit()
|