Home
last modified time | relevance | path

Searched refs:DFNDEBUG (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gprof/
Dcg_dfn.c115 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 …]
Dutils.c92 DBG (DFNDEBUG, printf ("{%d} ", self->cg.top_order)); in print_name_only()
Dgprof.h81 #define DFNDEBUG (1<<1) /* 2 */ macro
Dcg_arcs.c646 DBG (DFNDEBUG, in cg_assemble()