Searched refs:ecount (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | unwind-ia64.c | 470 #define UNW_DEC_EPILOGUE(fmt, t, ecount, arg) \ argument 472 fmt, (unsigned long) t, (unsigned long) ecount) 1012 unw_word t, ecount, label; in unw_decode_b3_x4() local 1017 ecount = unw_decode_uleb128 (&dp); in unw_decode_b3_x4() 1018 UNW_DEC_EPILOGUE ("B3", t, ecount, arg); in unw_decode_b3_x4()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
D | unwind-ok.d | 37 [[:space:]]*B2:epilogue\(t=4,ecount=0\) 121 [[:space:]]*B3:epilogue\(t=4,ecount=32\)
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ia64.h | 282 unsigned short ecount; member
|
D | tc-ia64.c | 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() [all …]
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-0001 | 3128 unwind.prologue_count -1 for "ecount" (# of additional regions to
|