Searched refs:ln2 (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/backtrace/
H A Ddwarf.c1041 const struct line *ln2 = (const struct line *) v2; local
1043 if (ln1->pc < ln2->pc)
1045 else if (ln1->pc > ln2->pc)
1047 else if (ln1->idx < ln2->idx)
1049 else if (ln1->idx > ln2->idx)

Completed in 32 milliseconds