Home
last modified time | relevance | path

Searched refs:LKUP_DLSYM (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h1022 #define LKUP_DLSYM 0x8000 /* lookup stems from dlsym() request */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Daudit.c1332 0, 0, 0, 0, (LKUP_FIRST | LKUP_DLSYM)); in audit_symget()
H A Ddlfcns.c1071 sl.sl_flags = (LKUP_FIRST | LKUP_DLSYM | LKUP_SPEC); in dlsym_handle()
H A Danalyze.c3185 ((slp->sl_flags & LKUP_DLSYM) == 0) && in lookup_sym()
H A Delf.c1163 sl.sl_flags |= (LKUP_FIRST | LKUP_DLSYM);