Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/include/
H A Drtld.h621 #define FLG_DI_LAZYFAIL 0x01000 /* the lazy loading of this entry */ macro
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Delf.c473 dip->di_flags |= FLG_DI_LAZYFAIL; in elf_lazy_load()
2755 if ((dip->di_flags & FLG_DI_LAZYFAIL) && pdip &&
2760 dip->di_flags &= ~FLG_DI_LAZYFAIL;