Lines Matching refs:slp
444 aout_lookup_sym(Slookup *slp, Sresult *srp, uint_t *binfo, int *in_nfavl)
447 Slookup sl = *slp;
449 DBG_CALL(Dbg_syms_lookup_aout(LIST(slp->sl_cmap), slp->sl_name));
473 aout_find_sym(Slookup *slp, Sresult *srp, uint_t *binfo, int *in_nfavl)
475 const char *name = slp->sl_name;
476 Rt_map *ilmp = slp->sl_imap;
481 if (sp = aout_findsb(name, ilmp, slp->sl_flags)) {
681 aout_dlsym_handle(Grp_hdl *ghp, Slookup *slp, Sresult *srp, uint_t *binfo,
687 if (dlsym_handle(ghp, slp, srp, binfo, in_nfavl))
697 (void) strcpy(&buffer[1], slp->sl_name);
699 sl = *slp;