Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c361 if ((FINI(dlmp) == 0) && (FINIARRAY(dlmp) == 0)) in _dep_visit()
H A Dsetup.c696 if ((INITARRAY(mlmp) == NULL) && (FINIARRAY(mlmp) == NULL)) in setup()
H A Dutil.c817 if (FINIARRAY(lmp) || fptr) in call_fini()
820 call_array(FINIARRAY(lmp), FINIARRAYSZ(lmp), lmp, in call_fini()
H A Delf.c1870 FINIARRAY(lmp) = (Addr *)(dyn->d_un.d_ptr +
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h971 #define FINIARRAY(X) ((X)->rt_finiarray) macro