Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h188 #ifndef DT_INIT_ARRAY
189 #define DT_INIT_ARRAY 25 macro
DREADME.TXT60 DT_INIT_ARRAY
86 An array similar to DT_INIT_ARRAY which must *only* be
89 initialization function (i.e. DT_INIT and/or DT_INIT_ARRAY)
106 must be called explicitly from the DT_INIT_ARRAY, and each one of them
Dlinker.c1868 case DT_INIT_ARRAY: in link_image()