Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/include/
H A Drtld.h618 #define FLG_DI_DEFERRED 0x00400 /* deferred needed entry, preceded by */ macro
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Delf.c658 if ((dip->di_flags & FLG_DI_DEFERRED) && in elf_needed()
1809 dip->di_flags |= FLG_DI_DEFERRED;
H A Ddlfcns.c2145 if ((dyip->di_flags & FLG_DI_DEFERRED) == 0) in dlinfo_core()