Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c3016 ((slp->sl_flags & LKUP_SINGLETON) == 0))) && in _lookup_sym()
3057 ((sl.sl_flags & LKUP_SINGLETON) == 0)) { in _lookup_sym()
3200 slp->sl_flags |= LKUP_SINGLETON; in lookup_sym()
3255 sl.sl_flags |= LKUP_SINGLETON; in lookup_sym()
H A Delf.c1472 (((slp->sl_flags & LKUP_SINGLETON) == 0) &&
H A Dutil.c3476 if (slflags & LKUP_SINGLETON) in callable()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h1018 #define LKUP_SINGLETON 0x1000 /* search for a singleton symbol */ macro