Searched refs:dfn_depth (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dcg_dfn.c55 int dfn_depth = 0; variable
97 for (cycle_top = dfn_depth; cycle_top > 0; --cycle_top)
117 printf ("[find_cycle] dfn_depth %d cycle_top %d ",
118 dfn_depth, cycle_top);
130 if (cycle_top == dfn_depth)
172 for (cycle_index = cycle_top + 1; cycle_index <= dfn_depth; ++cycle_index)
215 ++dfn_depth;
217 if (dfn_depth >= dfn_maxdepth)
224 dfn_stack[dfn_depth].sym = parent;
225 dfn_stack[dfn_depth]
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dcg_dfn.c55 int dfn_depth = 0; variable
97 for (cycle_top = dfn_depth; cycle_top > 0; --cycle_top)
117 printf ("[find_cycle] dfn_depth %d cycle_top %d ",
118 dfn_depth, cycle_top);
130 if (cycle_top == dfn_depth)
172 for (cycle_index = cycle_top + 1; cycle_index <= dfn_depth; ++cycle_index)
215 ++dfn_depth;
217 if (dfn_depth >= dfn_maxdepth)
224 dfn_stack[dfn_depth].sym = parent;
225 dfn_stack[dfn_depth]
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dcg_dfn.c55 int dfn_depth = 0; variable
97 for (cycle_top = dfn_depth; cycle_top > 0; --cycle_top)
117 printf ("[find_cycle] dfn_depth %d cycle_top %d ",
118 dfn_depth, cycle_top);
130 if (cycle_top == dfn_depth)
172 for (cycle_index = cycle_top + 1; cycle_index <= dfn_depth; ++cycle_index)
215 ++dfn_depth;
217 if (dfn_depth >= dfn_maxdepth)
224 dfn_stack[dfn_depth].sym = parent;
225 dfn_stack[dfn_depth]
[all...]

Completed in 125 milliseconds