Lines Matching refs:st_value
380 if (l->sym->st_value == r->sym->st_value) in cmp_value()
382 return (l->sym->st_value > r->sym->st_value ? 1 : -1); in cmp_value()
392 return (l->sym->st_value - r->sym->st_value); in cmp_value()
1555 ep->sym->st_value >= func->lowpc && in print_lineno()
1556 ep->sym->st_value < func->highpc) { in print_lineno()
1567 ep->sym->st_value == var->addr) { in print_lineno()
1577 if (ep->sym->st_value == lie->addr) { in print_lineno()
1784 if (sym->st_value == 0 && (sym->st_info & 0xf) == STT_FILE) in sym_elem_nondebug()
1861 e->sym->st_value = sym->st_size; in sym_list_insert()
2029 printf("%016" PRIo64, sym->st_value); in sym_value_oct_print()
2038 printf("%08" PRIx64, sym->st_value); in sym_value_hex_print()
2040 printf("%016" PRIx64, sym->st_value); in sym_value_hex_print()
2048 printf("%016" PRId64, sym->st_value); in sym_value_dec_print()