Lines Matching refs:st_value
387 if (l->sym->st_value == r->sym->st_value) in cmp_value()
389 return (l->sym->st_value > r->sym->st_value ? 1 : -1); in cmp_value()
399 return (l->sym->st_value - r->sym->st_value); in cmp_value()
1594 ep->sym->st_value >= func->lowpc && in print_lineno()
1595 ep->sym->st_value < func->highpc) { in print_lineno()
1606 ep->sym->st_value == var->addr) { in print_lineno()
1616 if (ep->sym->st_value == lie->addr) { in print_lineno()
1823 if (sym->st_value == 0 && (sym->st_info & 0xf) == STT_FILE) in sym_elem_nondebug()
1900 e->sym->st_value = sym->st_size; in sym_list_insert()
2068 printf("%016" PRIo64, sym->st_value); in sym_value_oct_print()
2077 printf("%08" PRIx64, sym->st_value); in sym_value_hex_print()
2079 printf("%016" PRIx64, sym->st_value); in sym_value_hex_print()
2087 printf("%016" PRId64, sym->st_value); in sym_value_dec_print()