Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/contrib/ia64/libuwx/src/
Duwx_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()
Duwx_scoreboard.c149 int ecount) in uwx_pop_scoreboards() argument
153 while (ecount > 0) { in uwx_pop_scoreboards()
162 ecount--; in uwx_pop_scoreboards()
Duwx_uinfo.h43 unsigned int ecount; /* epilogue count (0 = no epilogue) */ member
Duwx_scoreboard.h72 int ecount);
Duwx_trace.c137 cur_slot, (int)rhdr->rlen, rhdr->ecount); in uwx_dump_scoreboard()
/freebsd-9-stable/contrib/binutils/binutils/
Dunwind-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()
/freebsd-9-stable/contrib/ntp/kernel/sys/
Dbsd_audioirig.h90 int ecount; /* count of elements this second */ member
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-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 …]
Dtc-ia64.h276 unsigned short ecount; member
/freebsd-9-stable/contrib/gcc/config/ia64/
Dunwind-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()
/freebsd-9-stable/contrib/bind9/lib/dns/
Dzone.c4489 unsigned int ecount = 0; in zone_count_ns_rr() local
4517 ecount++; in zone_count_ns_rr()
4528 *errors = ecount; in zone_count_ns_rr()
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-00013138 unwind.prologue_count -1 for "ecount" (# of additional regions to