Searched refs:DT_INIT_ARRAY (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/sys/
H A Dexec_elf.h667 #define DT_INIT_ARRAY 25 /* Address of initialization function array */ macro
668 #define DT_FINI_ARRAY 26 /* Size, in bytes, of DT_INIT_ARRAY array */
/bionic/linker/
H A Dlinker.cpp1227 // DT_INIT should be called before DT_INIT_ARRAY if both are present.
1229 CallArray("DT_INIT_ARRAY", init_array, init_array_count, false);
1394 case DT_INIT_ARRAY:
1396 DEBUG("%s constructors (DT_INIT_ARRAY) found at %p", si->name, si->init_array);

Completed in 124 milliseconds