Lines Matching refs:osym
647 sym_entry_t *sym, *osym, *match; in dis_tgt_lookup() local
671 match = osym = NULL; in dis_tgt_lookup()
679 (!found || sym->se_sym.st_value > osym->se_sym.st_value)) { in dis_tgt_lookup()
680 osym = sym; in dis_tgt_lookup()
699 osym = match; in dis_tgt_lookup()
708 sym = osym; in dis_tgt_lookup()
710 if (osym == tgt->dt_symtab) in dis_tgt_lookup()
713 osym = osym - 1; in dis_tgt_lookup()
714 } while ((sym->se_sym.st_value == osym->se_sym.st_value) && in dis_tgt_lookup()
715 (addr >= osym->se_sym.st_value) && in dis_tgt_lookup()
716 (addr < osym->se_sym.st_value + osym->se_sym.st_size)); in dis_tgt_lookup()