Searched refs:DEBUG_PRINT2 (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | regex.c | 762 # define DEBUG_PRINT2(x1, x2) if (debug) printf (x1, x2) macro 1222 # define DEBUG_PRINT2(x1, x2) macro 1604 DEBUG_PRINT2 ("\nPUSH_FAILURE_POINT #%u:\n", failure_id); \ 1605 DEBUG_PRINT2 (" Before push, next avail: %d\n", (fail_stack).avail);\ 1606 DEBUG_PRINT2 (" size: %d\n", (fail_stack).size);\ 1608 DEBUG_PRINT2 (" slots needed: %ld\n", NUM_FAILURE_ITEMS); \ 1609 DEBUG_PRINT2 (" available: %d\n", REMAINING_AVAIL_SLOTS); \ 1617 DEBUG_PRINT2 ("\n Doubled stack; size now: %d\n", \ 1619 DEBUG_PRINT2 (" slots available: %d\n", REMAINING_AVAIL_SLOTS);\ 1629 DEBUG_PRINT2 (" Pushing reg: %lu\n", this_reg); \ [all …]
|