Searched refs:last_high_pc (Results 1 – 1 of 1) sorted by relevance
1591 bfd_vma last_high_pc; in sort_line_sequences() local1622 last_high_pc = sequences[0].last_line->address; in sort_line_sequences()1625 if (sequences[n].low_pc < last_high_pc) in sort_line_sequences()1627 if (sequences[n].last_line->address <= last_high_pc) in sort_line_sequences()1632 sequences[n].low_pc = last_high_pc; in sort_line_sequences()1634 last_high_pc = sequences[n].last_line->address; in sort_line_sequences()