Home
last modified time | relevance | path

Searched refs:FLG_DI_LAZY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c646 if ((dip->di_flags & FLG_DI_LAZY) && (lml->lm_head == clmp) && in elf_needed()
648 dip->di_flags &= ~FLG_DI_LAZY; in elf_needed()
659 if (dip->di_flags & FLG_DI_LAZY) { in elf_needed()
1770 dip->di_flags |= FLG_DI_LAZY;
2722 if (((dip->di_flags & FLG_DI_LAZY) == 0) ||
H A Dremove.c461 if ((dip->di_flags & FLG_DI_LAZY) == 0) in remove_lists()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h616 #define FLG_DI_LAZY 0x00100 /* lazy needed entry, preceded by */ macro