Lines Matching refs:widths
1482 src->widths.max_line_len = 0;
1489 if (src->widths.max_line_len < line_len)
1490 src->widths.max_line_len = line_len;
1528 notes->src->widths.addr = notes->src->widths.target =
1529 notes->src->widths.min_addr = hex_width(symbol__size(sym));
1530 notes->src->widths.max_addr = hex_width(sym->end);
1531 notes->src->widths.jumps = width_jumps(notes->src->max_jump_sources);
1532 notes->src->widths.max_ins_name = annotation__max_ins_name(notes);
1538 notes->src->widths.target = notes->src->widths.min_addr;
1540 notes->src->widths.target = BITS_PER_LONG / 4;
1542 notes->src->widths.target = notes->src->widths.max_addr;
1544 notes->src->widths.addr = notes->src->widths.target;
1547 notes->src->widths.addr += notes->src->widths.jumps + 1;
1723 notes->src->widths.max_ins_name);
2011 notes->src->widths.addr + 1, al->line_nr);
2014 notes->src->widths.addr, " ");
2032 notes->src->widths.jumps,
2041 notes->src->widths.target, addr);
2049 notes->src->widths.addr, " ");