Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h201 #ifndef DT_INIT_ARRAY
202 #define DT_INIT_ARRAY 25 macro
DREADME.TXT22 DT_INIT_ARRAY
48 An array similar to DT_INIT_ARRAY which must *only* be
51 initialization function (i.e. DT_INIT and/or DT_INIT_ARRAY)
69 must be called explicitly from the DT_INIT_ARRAY, and each one of them
Dlinker.cpp1526 case DT_INIT_ARRAY: in soinfo_link_image()