Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h1012 #define LKUP_NEXT 0x0080 /* request originates from RTLD_NEXT */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c3132 if (sl.sl_flags & LKUP_NEXT) in _lookup_sym()
3251 sl.sl_flags &= ~(LKUP_FIRST | LKUP_SELF | LKUP_NEXT); in lookup_sym()
H A Ddlfcns.c1318 sl.sl_flags = LKUP_NEXT; in dlsym_core()