Home
last modified time | relevance | path

Searched refs:LKUP_FIRST (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h1003 #define LKUP_FIRST 0x0004 /* lookup symbol in first link map */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c935 LKUP_FIRST); in _elf_copy_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c2958 if (slp->sl_flags & LKUP_FIRST) in _lookup_sym()
3251 sl.sl_flags &= ~(LKUP_FIRST | LKUP_SELF | LKUP_NEXT); in lookup_sym()
H A Delf.c1163 sl.sl_flags |= (LKUP_FIRST | LKUP_DLSYM);
2815 sl2.sl_flags |= LKUP_FIRST;
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()