Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1071 sl.sl_flags = (LKUP_FIRST | LKUP_DLSYM | LKUP_SPEC); in dlsym_handle()
1271 sl.sl_flags = LKUP_SPEC; in dlsym_core()
1329 sl.sl_flags = (LKUP_SPEC | LKUP_SELF); in dlsym_core()
1343 sl.sl_flags = LKUP_SPEC; in dlsym_core()
H A Danalyze.c3211 slp->sl_flags |= LKUP_SPEC; in lookup_sym()
H A Delf.c1436 } else if ((slp->sl_flags & LKUP_SPEC) &&
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h1000 #define LKUP_SPEC 0x0001 /* special ELF lookup (allows address */ macro