Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/include/
H A Drtld.h1020 #define LKUP_WORLD 0x4000 /* ensure world lookup */ macro
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c3268 sl.sl_flags |= LKUP_WORLD; in lookup_sym()
H A Delf.c1544 ((slp->sl_flags & LKUP_WORLD) == 0)) {
H A Dutil.c3484 if (((MODE(clmp) & RTLD_WORLD) || (slflags & LKUP_WORLD)) && in callable()