Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h612 #define FLG_DI_NEEDED 0x00020 /* .dynamic entry for DT_NEEDED */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c623 if ((dip->di_flags & FLG_DI_NEEDED) == 0) in elf_needed()
1759 dip->di_flags |= FLG_DI_NEEDED;