Home
last modified time | relevance | path

Searched refs:LKUP_SINGLETON (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c3024 ((slp->sl_flags & LKUP_SINGLETON) == 0))) && in _lookup_sym()
3065 ((sl.sl_flags & LKUP_SINGLETON) == 0)) { in _lookup_sym()
3211 slp->sl_flags |= LKUP_SINGLETON; in lookup_sym()
3266 sl.sl_flags |= LKUP_SINGLETON; in lookup_sym()
H A Delf.c1498 (((slp->sl_flags & LKUP_SINGLETON) == 0) &&
H A Dutil.c3469 if (slflags & LKUP_SINGLETON) in callable()
/titanic_41/usr/src/cmd/sgs/include/
H A Drtld.h1017 #define LKUP_SINGLETON 0x1000 /* search for a singleton symbol */ macro