Searched refs:__INIT_ARRAY__ (Results 1 - 6 of 6) sorted by relevance

/development/ndk/platforms/android-3/arch-arm/src/
H A Dcrtbegin_dynamic.c50 void (*__INIT_ARRAY__)(void) = (void (*)(void)) -1; variable
82 array.init_array = &__INIT_ARRAY__;
H A Dcrtbegin_static.c50 void (*__INIT_ARRAY__)(void) = (void (*)(void)) -1; variable
82 array.init_array = &__INIT_ARRAY__;
/development/ndk/platforms/android-9/arch-mips/src/
H A Dcrtbegin_so.S29 .type __INIT_ARRAY__, @object
30 .globl __INIT_ARRAY__
31 __INIT_ARRAY__: label
/development/ndk/platforms/android-9/arch-x86/src/
H A Dcrtbegin_so.S31 .type __INIT_ARRAY__, @object
32 .globl __INIT_ARRAY__
33 __INIT_ARRAY__: label
H A Dcrtbegin_dynamic.S68 .long __INIT_ARRAY__
77 .globl __INIT_ARRAY__
78 __INIT_ARRAY__: label
H A Dcrtbegin_static.S68 .long __INIT_ARRAY__
77 .globl __INIT_ARRAY__
78 __INIT_ARRAY__: label

Completed in 40 milliseconds