Home
last modified time | relevance | path

Searched refs:DT_INIT (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
DREADME.TXT18 DT_INIT
51 initialization function (i.e. DT_INIT and/or DT_INIT_ARRAY)
59 If both a DT_INIT and DT_INITARRAY entry are present, the DT_INIT
75 sections named ".ctors" and ".dtors", and the DT_INIT / DT_FINI functions
Dlinker.cpp1516 case DT_INIT: in soinfo_link_image()
/bionic/libc/kernel/common/linux/
Delf.h87 #define DT_INIT 12 macro