Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h625 #define FLG_DI_LDD_DONE 0x02000 /* entry has been processed (ldd) */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c350 (dip->di_flags & (FLG_DI_IGNORE | FLG_DI_LDD_DONE))) in elf_lazy_load()
362 dip->di_flags |= FLG_DI_LDD_DONE; in elf_lazy_load()
686 dip->di_flags |= FLG_DI_LDD_DONE; in elf_needed()