Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Delf.c672 if ((dip->di_flags & FLG_DI_LAZY) && (lml->lm_head == clmp) && in elf_needed()
674 dip->di_flags &= ~FLG_DI_LAZY; in elf_needed()
685 if (dip->di_flags & FLG_DI_LAZY) { in elf_needed()
1796 dip->di_flags |= FLG_DI_LAZY;
2745 if (((dip->di_flags & FLG_DI_LAZY) == 0) ||
H A Dremove.c461 if ((dip->di_flags & FLG_DI_LAZY) == 0) in remove_lists()
/titanic_50/usr/src/cmd/sgs/include/
H A Drtld.h614 #define FLG_DI_LAZY 0x00100 /* lazy needed entry, preceded by */ macro