Home
last modified time | relevance | path

Searched refs:FLG_DI_STDFLTR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c763 if (dip->di_flags & FLG_DI_STDFLTR) in elf_disable_filtee()
767 } else if (dip->di_flags & FLG_DI_STDFLTR) { in elf_disable_filtee()
1888 dip->di_flags |= FLG_DI_STDFLTR;
1903 (FLG_DI_STDFLTR | FLG_DI_SYMFLTR);
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h605 #define FLG_DI_STDFLTR 0x00001 /* .dynamic entry for DT_FILTER */ macro