Searched refs:ecount (Results 1 – 12 of 12) sorted by relevance
| /freebsd-9-stable/sys/contrib/ia64/libuwx/src/ |
| D | uwx_uinfo.c | 201 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()
|
| D | uwx_scoreboard.c | 149 int ecount) in uwx_pop_scoreboards() argument 153 while (ecount > 0) { in uwx_pop_scoreboards() 162 ecount--; in uwx_pop_scoreboards()
|
| D | uwx_uinfo.h | 43 unsigned int ecount; /* epilogue count (0 = no epilogue) */ member
|
| D | uwx_scoreboard.h | 72 int ecount);
|
| D | uwx_trace.c | 137 cur_slot, (int)rhdr->rlen, rhdr->ecount); in uwx_dump_scoreboard()
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | unwind-ia64.c | 467 #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/ |
| D | bsd_audioirig.h | 90 int ecount; /* count of elements this second */ member
|
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | tc-ia64.c | 1617 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 …]
|
| D | tc-ia64.h | 276 unsigned short ecount; member
|
| /freebsd-9-stable/contrib/gcc/config/ia64/ |
| D | unwind-ia64.c | 816 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/ |
| D | zone.c | 4489 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/ |
| D | ChangeLog-0001 | 3138 unwind.prologue_count -1 for "ecount" (# of additional regions to
|