Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/include/
H A Drtld.h1002 #define LKUP_FIRST 0x0004 /* lookup symbol in first link map */ macro
/titanic_41/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c935 LKUP_FIRST); in _elf_copy_reloc()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c2966 if (slp->sl_flags & LKUP_FIRST) in _lookup_sym()
3262 sl.sl_flags &= ~(LKUP_FIRST | LKUP_SELF | LKUP_NEXT); in lookup_sym()
H A Delf.c1189 sl.sl_flags |= (LKUP_FIRST | LKUP_DLSYM);
2838 sl2.sl_flags |= LKUP_FIRST;
H A Daudit.c1332 0, 0, 0, 0, (LKUP_FIRST | LKUP_DLSYM)); in audit_symget()
H A Ddlfcns.c1070 sl.sl_flags = (LKUP_FIRST | LKUP_DLSYM | LKUP_SPEC); in dlsym_handle()