Searched refs:FLG_DI_LAZY (Results 1 – 3 of 3) sorted by relevance
672 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) ||
461 if ((dip->di_flags & FLG_DI_LAZY) == 0) in remove_lists()
614 #define FLG_DI_LAZY 0x00100 /* lazy needed entry, preceded by */ macro