Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c2697 sl.sl_imap = lmp; in lookup_sym_interpose()
2761 sl.sl_imap = lmp; in lookup_sym_interpose()
2819 slp->sl_imap = LIST(clmp)->lm_head; in lookup_sym_direct()
2844 sl.sl_imap = lmp = bdp->b_caller; in lookup_sym_direct()
2863 sl.sl_imap = lmp = gdp->gd_depend; in lookup_sym_direct()
2875 sl.sl_imap = lmp = clmp; in lookup_sym_direct()
2877 sl.sl_imap = lmp; in lookup_sym_direct()
2920 slp->sl_imap = lmp; in core_lookup_sym()
2940 slp->sl_imap = lmp; in rescan_lazy_find_sym()
2954 Rt_map *ilmp = slp->sl_imap, *lmp; in _lookup_sym()
[all …]
H A Ddlfcns.c1110 sl.sl_imap = nlmp; in dlsym_handle()
1141 sl.sl_imap = nlmp; in dlsym_handle()
1162 sl.sl_imap = nlmp; in dlsym_handle()
1191 sl.sl_imap = nlmp; in dlsym_handle()
1266 sl.sl_imap = hlmp; in dlsym_core()
1308 sl.sl_imap = nlmp = NEXT_RT_MAP(clmp); in dlsym_core()
1327 sl.sl_imap = clmp; in dlsym_core()
1341 sl.sl_imap = hlmp; in dlsym_core()
1360 sl.sl_imap = hlmp; in dlsym_core()
H A Delf.c822 Rt_map *ilmp = slp->sl_imap;
1209 if ((sl.sl_imap = gdp->gd_depend) == ilmp)
1212 if (((ret = SYMINTP(sl.sl_imap)(&sl, srp, binfo,
1281 Dyninfo *dip = &DYNINFO(slp->sl_imap)[ndx];
1349 Rt_map *ilmp = slp->sl_imap;
2689 Rt_map *lmp1, *lmp = slp->sl_imap, *clmp = slp->sl_cmap;
2810 sl1.sl_imap = NEXT_RT_MAP(llmp);
2837 sl2.sl_imap = gdp->gd_depend;
H A Da.out.c476 Rt_map *ilmp = slp->sl_imap; in aout_find_sym()
/titanic_41/usr/src/cmd/sgs/include/
H A Drtld.h1063 Rt_map *sl_imap; /* initial link-map to search */ member
1076 (void) (sl.sl_name = (name), sl.sl_cmap = (cmap), sl.sl_imap = (imap), \