Home
last modified time | relevance | path

Searched refs:RT_SORT_FWD (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c879 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) && in atexit_fini()
909 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) && in atexit_fini()
951 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) && in atexit_fini()
967 if (((tobj = tsort(lmp, lml->lm_obj, RT_SORT_FWD)) != NULL) && in atexit_fini()
H A Dtsort.c790 if (flag & RT_SORT_FWD) { in tsort()
H A Dremove.c1339 (RT_SORT_DELETE | RT_SORT_FWD))) != NULL) && in remove_hdl()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h990 #define RT_SORT_FWD 0x01 /* topological sort (.fini) */ macro