Searched refs:DFNDEBUG (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gprof/ |
D | cg_dfn.c | 115 if (debug_level & DFNDEBUG) in find_cycle() 139 DBG (DFNDEBUG, in find_cycle() 155 DBG (DFNDEBUG, in find_cycle() 168 DBG (DFNDEBUG, printf ("[find_cycle] new cyclehead "); in find_cycle() 183 DBG (DFNDEBUG, printf ("[find_cycle] glomming "); in find_cycle() 191 DBG (DFNDEBUG, printf ("[find_cycle] and its tail "); in find_cycle() 227 DBG (DFNDEBUG, printf ("[pre_visit]\t\t%d:", dfn_depth); in pre_visit() 242 DBG (DFNDEBUG, printf ("[post_visit]\t%d: ", dfn_depth); in post_visit() 255 DBG (DFNDEBUG, printf ("[post_visit]\t\tmember "); in post_visit() 262 DBG (DFNDEBUG, printf ("[post_visit]\t\tis part of a cycle\n")); in post_visit() [all …]
|
D | utils.c | 92 DBG (DFNDEBUG, printf ("{%d} ", self->cg.top_order)); in print_name_only()
|
D | gprof.h | 81 #define DFNDEBUG (1<<1) /* 2 */ macro
|
D | cg_arcs.c | 646 DBG (DFNDEBUG, in cg_assemble()
|