Lines Matching refs:sl
328 const char *sl; in aout_find_com() local
336 sl = name; in aout_find_com()
338 while (*sl == *cp++) in aout_find_com()
339 if (*sl++ == '\0') in aout_find_com()
447 Slookup sl = *slp; in aout_lookup_sym() local
451 if (*sl.sl_name == '_') in aout_lookup_sym()
452 ++sl.sl_name; in aout_lookup_sym()
453 else if (*sl.sl_name == '.') in aout_lookup_sym()
454 sl.sl_flags |= LKUP_LDOT; in aout_lookup_sym()
457 (void) strcpy(&name[1], sl.sl_name); in aout_lookup_sym()
458 sl.sl_name = name; in aout_lookup_sym()
465 return (lookup_sym(&sl, srp, binfo, in_nfavl)); in aout_lookup_sym()
685 Slookup sl; in aout_dlsym_handle() local
699 sl = *slp; in aout_dlsym_handle()
700 sl.sl_name = (const char *)buffer; in aout_dlsym_handle()
702 return (dlsym_handle(ghp, &sl, srp, binfo, in_nfavl)); in aout_dlsym_handle()