Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Ddwarf2.c1591 bfd_vma last_high_pc; in sort_line_sequences() local
1622 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()