Searched refs:fini_array (Results 1 – 18 of 18) sorted by relevance
/development/ndk/platforms/android-9/arch-arm/src/ |
D | crtbegin_dynamic.c | 33 void (**fini_array)(void); member 83 array.fini_array = &__FINI_ARRAY__; in _start()
|
D | crtbegin_static.c | 33 void (**fini_array)(void); member 83 array.fini_array = &__FINI_ARRAY__; in _start()
|
D | crtend_so.S | 36 .section .fini_array, "aw"
|
D | crtend.S | 35 .section .fini_array, "aw"
|
/development/ndk/platforms/android-21/arch-arm/src/ |
D | crtbegin.c | 33 void (**fini_array)(void); member 79 array.fini_array = &__FINI_ARRAY__; in _start()
|
/development/ndk/platforms/android-9/arch-mips/src/ |
D | crtbegin.c | 39 void (**fini_array)(void); member 63 array.fini_array = &__FINI_ARRAY__; in do_mips_start()
|
D | crtend_so.S | 4 .section .fini_array, "aw"
|
D | crtend_android.S | 35 .section .fini_array, "aw"
|
/development/ndk/platforms/android-21/arch-mips64/src/ |
D | crtend_so.S | 7 .section .fini_array, "aw"
|
D | crtbegin.c | 47 array.fini_array = &__FINI_ARRAY__; in do_mips_start()
|
D | crtend_android.S | 39 .section .fini_array, "aw"
|
/development/ndk/platforms/android-9/arch-x86/src/ |
D | crtend_so.S | 7 .section .fini_array, "aw"
|
D | crtend.S | 11 .section .fini_array, "aw"
|
D | crtbegin.c | 50 array.fini_array = &__FINI_ARRAY__; in _start()
|
/development/ndk/platforms/android-21/arch-arm64/src/ |
D | crtend_so.S | 35 .section .fini_array, "aw"
|
D | crtend.S | 37 .section .fini_array, "aw"
|
D | crtbegin.c | 47 array.fini_array = &__FINI_ARRAY__; in do_arm64_start()
|
/development/ndk/platforms/ |
D | README.CRT.TXT | 72 .fini_array: 92 place all destructors in .fini_array instead.
|