Lines Matching refs:sl

1068 	Slookup		sl = *slp;  in dlsym_handle()  local
1070 sl.sl_flags = (LKUP_FIRST | LKUP_DLSYM | LKUP_SPEC); in dlsym_handle()
1110 sl.sl_imap = nlmp; in dlsym_handle()
1111 if (LM_LOOKUP_SYM(clmp)(&sl, srp, binfo, in_nfavl)) in dlsym_handle()
1131 sl.sl_flags |= LKUP_NODESCENT; in dlsym_handle()
1141 sl.sl_imap = nlmp; in dlsym_handle()
1142 if (elf_lazy_find_sym(&sl, srp, binfo, in dlsym_handle()
1162 sl.sl_imap = nlmp; in dlsym_handle()
1163 if (LM_LOOKUP_SYM(clmp)(&sl, srp, binfo, in_nfavl)) in dlsym_handle()
1191 sl.sl_imap = nlmp; in dlsym_handle()
1192 if (elf_lazy_find_sym(&sl, srp, binfo, in dlsym_handle()
1229 Slookup sl; in dlsym_core() local
1248 SLOOKUP_INIT(sl, name, clmp, clmp, ld_entry_cnt, elf_hash(name), in dlsym_core()
1251 sym = sym_lookup_in_caller(clmp, &sl, &sr, &binfo); in dlsym_core()
1266 sl.sl_imap = hlmp; in dlsym_core()
1268 sl.sl_flags = LKUP_NOFALLBACK; in dlsym_core()
1270 sl.sl_flags = LKUP_SPEC; in dlsym_core()
1271 ret = LM_LOOKUP_SYM(clmp)(&sl, &sr, &binfo, in_nfavl); in dlsym_core()
1283 if ((sl.sl_rsymndx) && ((sip = SYMINFO(clmp)) != NULL)) { in dlsym_core()
1286 (sl.sl_rsymndx * SYMINENT(clmp))); in dlsym_core()
1290 (void) elf_lazy_load(clmp, &sl, in dlsym_core()
1297 sl.sl_rsymndx = 0; in dlsym_core()
1298 sl.sl_rsym = NULL; in dlsym_core()
1308 sl.sl_imap = nlmp = NEXT_RT_MAP(clmp); in dlsym_core()
1317 sl.sl_flags = LKUP_NEXT; in dlsym_core()
1318 ret = LM_LOOKUP_SYM(clmp)(&sl, &sr, &binfo, in_nfavl); in dlsym_core()
1327 sl.sl_imap = clmp; in dlsym_core()
1328 sl.sl_flags = (LKUP_SPEC | LKUP_SELF); in dlsym_core()
1329 ret = LM_LOOKUP_SYM(clmp)(&sl, &sr, &binfo, in_nfavl); in dlsym_core()
1341 sl.sl_imap = hlmp; in dlsym_core()
1342 sl.sl_flags = LKUP_SPEC; in dlsym_core()
1343 ret = LM_LOOKUP_SYM(clmp)(&sl, &sr, &binfo, in_nfavl); in dlsym_core()
1360 sl.sl_imap = hlmp; in dlsym_core()
1361 sl.sl_flags = LKUP_NOFALLBACK; in dlsym_core()
1362 ret = LM_LOOKUP_SYM(clmp)(&sl, &sr, &binfo, in_nfavl); in dlsym_core()
1374 ret = LM_DLSYM(clmp)(ghp, &sl, &sr, &binfo, in_nfavl); in dlsym_core()
2089 Slookup sl; in dlinfo_core() local
2097 SLOOKUP_INIT(sl, rname, lmp, lmp, ld_entry_cnt, in dlinfo_core()
2100 if (sym_lookup_in_caller(clmp, &sl, &sr, in dlinfo_core()
2111 if (sl.sl_rsymndx && ((sip = SYMINFO(clmp)) != NULL)) { in dlinfo_core()
2114 (sl.sl_rsymndx * SYMINENT(lmp))); in dlinfo_core()