Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddoschk.c241 int ecount, i, first, first_err; in display_problems() local
243 for (ecount=0, ent=eroot; ent; ent=ent->next, ecount++); in display_problems()
244 elist = (ENT **)malloc (sizeof (ENT *) * ecount); in display_problems()
245 for (ecount=0, ent=eroot; ent; ent=ent->next, ecount++) in display_problems()
246 elist[ecount] = ent; in display_problems()
248 qsort (elist, ecount, sizeof (ENT *), compare_ent_dosname); in display_problems()
252 for (i=0; i<ecount-1; i++) in display_problems()
277 qsort (elist, ecount, sizeof (ENT *), compare_ent_fullname); in display_problems()
281 for (i=0; i<ecount-1; i++) in display_problems()
309 for (i=0; i<ecount; i++) in display_problems()
/openbsd/gnu/gcc/libgomp/testsuite/libgomp.c++/
H A Dctor-4.C10 static int ecount; member
24 int B::ecount;
51 ecount++;
85 assert (B::ecount == 1); in main()
/openbsd/gnu/usr.bin/binutils/binutils/
H A 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()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A 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()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-ia64.c1571 output_B2_format (f, ecount, t) in output_B2_format() argument
1573 unsigned long ecount;
1578 if (ecount > 0x1f)
1580 output_B3_format (f, ecount, t);
1589 output_B3_format (f, ecount, t) in output_B3_format() argument
1591 unsigned long ecount;
1596 if (ecount <= 0x1f)
1598 output_B2_format (f, ecount, t);
2251 ptr->r.record.b.ecount = ecount; in output_epilogue()
3249 ecount = e2.X_add_number;
[all …]
H A Dtc-ia64.h259 unsigned short ecount; member
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dunwind-ia64.c811 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr) in desc_epilogue() argument
814 sr->epilogue_count = ecount + 1; in desc_epilogue()
1375 unw_word t, ecount, label; in unw_decode_b3_x4() local
1380 ecount = unw_decode_uleb128 (&dp); in unw_decode_b3_x4()
1381 UNW_DEC_EPILOGUE(B3, t, ecount, arg); in unw_decode_b3_x4()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A 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);
1635 output_B3_format (f, ecount, t) in output_B3_format() argument
1637 unsigned long ecount;
1642 if (ecount <= 0x1f)
2458 ptr->r.record.b.ecount = ecount; in output_epilogue()
3625 ecount = e2.X_add_number;
3634 ecount = 0;
[all …]
H A Dtc-ia64.h276 unsigned short ecount; member
/openbsd/gnu/gcc/gcc/config/ia64/
H A 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()
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-00013138 unwind.prologue_count -1 for "ecount" (# of additional regions to
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-00013138 unwind.prologue_count -1 for "ecount" (# of additional regions to