Lines Matching refs:ecount
1551 output_B2_format (vbyte_func f, unsigned long ecount, unsigned long t) in output_B2_format() argument
1555 if (ecount > 0x1f) in output_B2_format()
1557 output_B3_format (f, ecount, t); in output_B2_format()
1560 bytes[0] = (UNW_B2 | (ecount & 0x1f)); in output_B2_format()
1566 output_B3_format (vbyte_func f, unsigned long ecount, unsigned long t) in output_B3_format() argument
1570 if (ecount <= 0x1f) in output_B3_format()
1572 output_B2_format (f, ecount, t); in output_B3_format()
1577 count += output_leb128 (bytes + count, ecount, 0); in output_B3_format()
2335 output_epilogue (unsigned long ecount) in output_epilogue() argument
2338 ptr->r.record.b.ecount = ecount; in output_epilogue()
2553 output_B3_format (f, ptr->r.record.b.ecount, ptr->r.record.b.t); in process_one_record()
3462 unsigned long ecount; /* # of _additional_ regions to pop */ in dot_restore() local
3482 ecount = e2.X_add_number; in dot_restore()
3485 ecount = unwind.prologue_count - 1; in dot_restore()
3487 if (ecount >= unwind.prologue_count) in dot_restore()
3490 ecount + 1, unwind.prologue_count); in dot_restore()
3491 ecount = 0; in dot_restore()
3494 add_unwind_entry (output_epilogue (ecount), sep); in dot_restore()
3496 if (ecount < unwind.prologue_count) in dot_restore()
3497 unwind.prologue_count -= ecount + 1; in dot_restore()