Home
last modified time | relevance | path

Searched refs:INITARRAY (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c337 if ((INIT(dlmp) == 0) && (INITARRAY(dlmp) == 0)) in _dep_visit()
H A Dutil.c739 if (INITARRAY(lmp) || iptr) in call_init()
752 call_array(INITARRAY(lmp), INITARRAYSZ(lmp), lmp, in call_init()
755 if (INITARRAY(lmp) || iptr) in call_init()
H A Dsetup.c696 if ((INITARRAY(mlmp) == NULL) && (FINIARRAY(mlmp) == NULL)) in setup()
H A Delf.c1863 INITARRAY(lmp) = (Addr *)(dyn->d_un.d_ptr +
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h970 #define INITARRAY(X) ((X)->rt_initarray) macro