| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | doschk.c | 241 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/src/gnu/gcc/libgomp/testsuite/libgomp.c++/ |
| D | ctor-4.C | 10 static int ecount; member 24 int B::ecount; 51 ecount++; 85 assert (B::ecount == 1); in main()
|
| /openbsd/src/gnu/usr.bin/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()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/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()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-ia64.c | 1571 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); 1583 bytes[0] = (UNW_B2 | (ecount & 0x1f)); 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); 1603 count += output_leb128 (bytes + count, ecount, 0); [all …]
|
| D | tc-ia64.h | 259 unsigned short ecount; member
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ia64/ |
| D | unwind-ia64.c | 811 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/src/gnu/usr.bin/binutils-2.17/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
|
| /openbsd/src/gnu/gcc/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()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | ChangeLog-0001 | 3138 unwind.prologue_count -1 for "ecount" (# of additional regions to
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ChangeLog-0001 | 3138 unwind.prologue_count -1 for "ecount" (# of additional regions to
|