Lines Matching refs:sl

1069 	Slookup		sl = *slp;  in dlsym_handle()  local
1071 sl.sl_flags = (LKUP_FIRST | LKUP_DLSYM | LKUP_SPEC); in dlsym_handle()
1111 sl.sl_imap = nlmp; in dlsym_handle()
1112 if (LM_LOOKUP_SYM(clmp)(&sl, srp, binfo, in_nfavl)) in dlsym_handle()
1132 sl.sl_flags |= LKUP_NODESCENT; in dlsym_handle()
1142 sl.sl_imap = nlmp; in dlsym_handle()
1143 if (elf_lazy_find_sym(&sl, srp, binfo, in dlsym_handle()
1163 sl.sl_imap = nlmp; in dlsym_handle()
1164 if (LM_LOOKUP_SYM(clmp)(&sl, srp, binfo, in_nfavl)) in dlsym_handle()
1192 sl.sl_imap = nlmp; in dlsym_handle()
1193 if (elf_lazy_find_sym(&sl, srp, binfo, in dlsym_handle()
1230 Slookup sl; in dlsym_core() local
1249 SLOOKUP_INIT(sl, name, clmp, clmp, ld_entry_cnt, elf_hash(name), in dlsym_core()
1252 sym = sym_lookup_in_caller(clmp, &sl, &sr, &binfo); in dlsym_core()
1267 sl.sl_imap = hlmp; in dlsym_core()
1269 sl.sl_flags = LKUP_NOFALLBACK; in dlsym_core()
1271 sl.sl_flags = LKUP_SPEC; in dlsym_core()
1272 ret = LM_LOOKUP_SYM(clmp)(&sl, &sr, &binfo, in_nfavl); in dlsym_core()
1284 if ((sl.sl_rsymndx) && ((sip = SYMINFO(clmp)) != NULL)) { in dlsym_core()
1287 (sl.sl_rsymndx * SYMINENT(clmp))); in dlsym_core()
1291 (void) elf_lazy_load(clmp, &sl, in dlsym_core()
1298 sl.sl_rsymndx = 0; in dlsym_core()
1299 sl.sl_rsym = NULL; in dlsym_core()
1309 sl.sl_imap = nlmp = NEXT_RT_MAP(clmp); in dlsym_core()
1318 sl.sl_flags = LKUP_NEXT; in dlsym_core()
1319 ret = LM_LOOKUP_SYM(clmp)(&sl, &sr, &binfo, in_nfavl); in dlsym_core()
1328 sl.sl_imap = clmp; in dlsym_core()
1329 sl.sl_flags = (LKUP_SPEC | LKUP_SELF); in dlsym_core()
1330 ret = LM_LOOKUP_SYM(clmp)(&sl, &sr, &binfo, in_nfavl); in dlsym_core()
1342 sl.sl_imap = hlmp; in dlsym_core()
1343 sl.sl_flags = LKUP_SPEC; in dlsym_core()
1344 ret = LM_LOOKUP_SYM(clmp)(&sl, &sr, &binfo, in_nfavl); in dlsym_core()
1361 sl.sl_imap = hlmp; in dlsym_core()
1362 sl.sl_flags = LKUP_NOFALLBACK; in dlsym_core()
1363 ret = LM_LOOKUP_SYM(clmp)(&sl, &sr, &binfo, in_nfavl); in dlsym_core()
1375 ret = LM_DLSYM(clmp)(ghp, &sl, &sr, &binfo, in_nfavl); in dlsym_core()
2090 Slookup sl; in dlinfo_core() local
2098 SLOOKUP_INIT(sl, rname, lmp, lmp, ld_entry_cnt, in dlinfo_core()
2101 if (sym_lookup_in_caller(clmp, &sl, &sr, in dlinfo_core()
2112 if (sl.sl_rsymndx && ((sip = SYMINFO(clmp)) != NULL)) { in dlinfo_core()
2115 (sl.sl_rsymndx * SYMINENT(lmp))); in dlinfo_core()