Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Ddwarf2.c1480 bfd_vma last_high_pc; in sort_line_sequences() local
1511 last_high_pc = sequences[0].last_line->address; in sort_line_sequences()
1514 if (sequences[n].low_pc < last_high_pc) in sort_line_sequences()
1516 if (sequences[n].last_line->address <= last_high_pc) in sort_line_sequences()
1521 sequences[n].low_pc = last_high_pc; in sort_line_sequences()
1523 last_high_pc = sequences[n].last_line->address; in sort_line_sequences()