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

/bionic/libc/kernel/uapi/linux/
H A Delf.h82 #define DT_INIT 12 macro
/bionic/linker/
H A Dlinker.cpp1685 // DT_INIT should be called before DT_INIT_ARRAY if both are present.
1686 CallFunction("DT_INIT", init_func);
2028 case DT_INIT:
2030 DEBUG("%s constructors (DT_INIT) found at %p", name, init_func);

Completed in 228 milliseconds