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