Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c301 uint_t cnt, max = DYNINFOCNT(lmp); in remove_so()
458 uint_t cnt, max = DYNINFOCNT(clmp); in remove_lists()
666 uint_t cnt, max = DYNINFOCNT(lmp); in gdp_collect()
739 max = DYNINFOCNT(lmp); in remove_rescan()
944 uint_t cnt, max = DYNINFOCNT(lmp); in remove_lmc()
1366 max = DYNINFOCNT(lmp); in remove_hdl()
H A Dtsort.c419 uint_t cnt, max = DYNINFOCNT(lmp); in dep_visit()
H A Danalyze.c64 uint_t cnt, max = DYNINFOCNT(lmp); in load_filtees()
H A Delf.c1715 DYNINFOCNT(lmp) = dyncnt;
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h979 #define DYNINFOCNT(X) ((X)->rt_dyninfocnt) macro