Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h626 #define FLG_DI_DEF_DONE 0x04000 /* entry has been processed (dlinfo) */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1784 dyip->di_flags |= FLG_DI_DEF_DONE; in set_def_need()
2159 if ((dyip->di_flags & FLG_DI_DEF_DONE) == 0) in dlinfo_core()