Searched refs:DT_INIT (Results 1 - 2 of 2) sorted by path

/bionic/libc/include/sys/
H A Dexec_elf.h654 #define DT_INIT 12 /* Address of initialization function */ macro
/bionic/linker/
H A Dlinker.cpp1227 // DT_INIT should be called before DT_INIT_ARRAY if both are present.
1228 CallFunction("DT_INIT", init_func);
1386 case DT_INIT:
1388 DEBUG("%s constructors (DT_INIT) found at %p", si->name, si->init_func);

Completed in 697 milliseconds