Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c305 ((dip->di_flags & MSK_DI_FILTER) == 0)) in remove_so()
674 ((dip->di_flags & MSK_DI_FILTER) == 0)) in gdp_collect()
746 ((dip->di_flags & MSK_DI_FILTER) == 0)) in remove_rescan()
952 ((dip->di_flags & MSK_DI_FILTER) == 0)) in remove_lmc()
1374 ((dip->di_flags & MSK_DI_FILTER) == 0)) in remove_hdl()
H A Dtsort.c426 ((dip->di_flags & MSK_DI_FILTER) == 0)) in dep_visit()
H A Danalyze.c80 if (((dip->di_flags & MSK_DI_FILTER) == 0) || in load_filtees()
H A Delf.c780 dip->di_flags &= ~MSK_DI_FILTER; in elf_disable_filtee()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h609 #define MSK_DI_FILTER 0x0000f /* mask for all filter possibilities */ macro