Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c2687 sl.sl_imap = lmp; in lookup_sym_interpose()
2751 sl.sl_imap = lmp; in lookup_sym_interpose()
2809 slp->sl_imap = LIST(clmp)->lm_head; in lookup_sym_direct()
2835 sl.sl_imap = lmp = bdp->b_caller; in lookup_sym_direct()
2867 sl.sl_imap = lmp = clmp; in lookup_sym_direct()
2869 sl.sl_imap = lmp; in lookup_sym_direct()
2912 slp->sl_imap = lmp; in core_lookup_sym()
2932 slp->sl_imap = lmp; in rescan_lazy_find_sym()
2946 Rt_map *ilmp = slp->sl_imap, *lmp; in _lookup_sym()
3059 sl.sl_imap = clmp; in _lookup_sym()
[all …]
H A Ddlfcns.c1111 sl.sl_imap = nlmp; in dlsym_handle()
1142 sl.sl_imap = nlmp; in dlsym_handle()
1163 sl.sl_imap = nlmp; in dlsym_handle()
1192 sl.sl_imap = nlmp; in dlsym_handle()
1267 sl.sl_imap = hlmp; in dlsym_core()
1309 sl.sl_imap = nlmp = NEXT_RT_MAP(clmp); in dlsym_core()
1328 sl.sl_imap = clmp; in dlsym_core()
1342 sl.sl_imap = hlmp; in dlsym_core()
1361 sl.sl_imap = hlmp; in dlsym_core()
H A Delf.c796 Rt_map *ilmp = slp->sl_imap;
1183 if ((sl.sl_imap = gdp->gd_depend) == ilmp)
1186 if (((ret = SYMINTP(sl.sl_imap)(&sl, srp, binfo,
1255 Dyninfo *dip = &DYNINFO(slp->sl_imap)[ndx];
1323 Rt_map *ilmp = slp->sl_imap;
2666 Rt_map *lmp1, *lmp = slp->sl_imap, *clmp = slp->sl_cmap;
2787 sl1.sl_imap = NEXT_RT_MAP(llmp);
2814 sl2.sl_imap = gdp->gd_depend;
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h1064 Rt_map *sl_imap; /* initial link-map to search */ member
1077 (void) (sl.sl_name = (name), sl.sl_cmap = (cmap), sl.sl_imap = (imap), \