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

/bionic/libc/arch-arm/bionic/
H A Dcrtbegin.c49 void (*__INIT_ARRAY__)(void) = (void (*)(void)) -1; variable
60 array.init_array = &__INIT_ARRAY__;
/bionic/libc/arch-mips/bionic/
H A Dcrtbegin_so.S29 .type __INIT_ARRAY__, @object
30 .globl __INIT_ARRAY__
31 __INIT_ARRAY__: label
/bionic/libc/arch-x86/bionic/
H A Dcrtbegin_so.S31 .type __INIT_ARRAY__, @object
32 .globl __INIT_ARRAY__
33 __INIT_ARRAY__: label
H A Dcrtbegin.S68 .long __INIT_ARRAY__
77 .globl __INIT_ARRAY__
78 __INIT_ARRAY__: label

Completed in 160 milliseconds