Home
last modified time | relevance | path

Searched refs:se_sym (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c163 if (syma->se_sym.st_value < symb->se_sym.st_value) in sym_compare()
166 if (syma->se_sym.st_value > symb->se_sym.st_value) in sym_compare()
223 if (syma->se_sym.st_size < symb->se_sym.st_size) in sym_compare()
225 if (syma->se_sym.st_size > symb->se_sym.st_size) in sym_compare()
381 sym->se_sym.st_value += in construct_symtab()
693 addr < sym->se_sym.st_value + sym->se_sym.st_size && in dis_tgt_lookup()
694 (!found || sym->se_sym.st_value > osym->se_sym.st_value)) { in dis_tgt_lookup()
729 } while ((sym->se_sym.st_value == 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()
737 *size = sym->se_sym.st_size; in dis_tgt_lookup()
[all …]