Home
last modified time | relevance | path

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

/trueos/sys/contrib/ia64/libuwx/src/
HDuwx_uinfo.c201 if (rhdr.ecount > 0) { in uwx_decode_uinfo()
202 scoreboard = uwx_pop_scoreboards(env, scoreboard, rhdr.ecount); in uwx_decode_uinfo()
234 rhdr->ecount = 0; in uwx_decode_rhdr()
924 int ecount; in uwx_decode_body() local
988 ecount = b0 & 0x1f; in uwx_decode_body()
993 rhdr->ecount = ecount + 1; in uwx_decode_body()
1007 rhdr->ecount = (unsigned int) parm2 + 1; in uwx_decode_body()
1108 if (rhdr->ecount > 0 && ip_slot > t_sp_restore) { in uwx_decode_body()
HDuwx_scoreboard.c149 int ecount) in uwx_pop_scoreboards() argument
153 while (ecount > 0) { in uwx_pop_scoreboards()
162 ecount--; in uwx_pop_scoreboards()
HDuwx_uinfo.h43 unsigned int ecount; /* epilogue count (0 = no epilogue) */ member
HDuwx_scoreboard.h72 int ecount);
HDuwx_trace.c137 cur_slot, (int)rhdr->rlen, rhdr->ecount); in uwx_dump_scoreboard()
/trueos/contrib/binutils/binutils/
HDunwind-ia64.c467 #define UNW_DEC_EPILOGUE(fmt, t, ecount, arg) \ argument
469 fmt, (unsigned long) t, (unsigned long) ecount)
1009 unw_word t, ecount, label; in unw_decode_b3_x4() local
1014 ecount = unw_decode_uleb128 (&dp); in unw_decode_b3_x4()
1015 UNW_DEC_EPILOGUE ("B3", t, ecount, arg); in unw_decode_b3_x4()
/trueos/contrib/ntp/kernel/sys/
HDbsd_audioirig.h90 int ecount; /* count of elements this second */ member
/trueos/contrib/binutils/gas/config/
HDtc-ia64.c1617 output_B2_format (f, ecount, t) in output_B2_format() argument
1619 unsigned long ecount;
1624 if (ecount > 0x1f)
1626 output_B3_format (f, ecount, t);
1629 bytes[0] = (UNW_B2 | (ecount & 0x1f));
1635 output_B3_format (f, ecount, t) in output_B3_format() argument
1637 unsigned long ecount;
1642 if (ecount <= 0x1f)
1644 output_B2_format (f, ecount, t);
1649 count += output_leb128 (bytes + count, ecount, 0);
[all …]
HDtc-ia64.h276 unsigned short ecount; member
/trueos/contrib/gcc/config/ia64/
HDunwind-ia64.c816 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr) in desc_epilogue() argument
819 sr->epilogue_count = ecount + 1; in desc_epilogue()
1380 unw_word t, ecount, label; in unw_decode_b3_x4() local
1385 ecount = unw_decode_uleb128 (&dp); in unw_decode_b3_x4()
1386 UNW_DEC_EPILOGUE(B3, t, ecount, arg); in unw_decode_b3_x4()
/trueos/contrib/binutils/gas/
HDChangeLog-00013138 unwind.prologue_count -1 for "ecount" (# of additional regions to