Lines Matching refs:osym
662 sym_entry_t *sym, *osym, *match; in dis_tgt_lookup() local
686 match = osym = NULL; in dis_tgt_lookup()
694 (!found || sym->se_sym.st_value > osym->se_sym.st_value)) { in dis_tgt_lookup()
695 osym = sym; in dis_tgt_lookup()
714 osym = match; in dis_tgt_lookup()
723 sym = osym; in dis_tgt_lookup()
725 if (osym == tgt->dt_symtab) in dis_tgt_lookup()
728 osym = osym - 1; in dis_tgt_lookup()
729 } while ((sym->se_sym.st_value == osym->se_sym.st_value) && in dis_tgt_lookup()
730 (addr >= osym->se_sym.st_value) && in dis_tgt_lookup()
731 (addr < osym->se_sym.st_value + osym->se_sym.st_size)); in dis_tgt_lookup()