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

/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dcg_dfn.c43 int cycle_top; member in struct:__anon484
94 int cycle_top; local
97 for (cycle_top = dfn_depth; cycle_top > 0; --cycle_top)
99 head = dfn_stack[cycle_top].sym;
109 if (cycle_top <= 0)
117 printf ("[find_cycle] dfn_depth %d cycle_top %d ",
118 dfn_depth, cycle_top);
130 if (cycle_top
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dcg_dfn.c43 int cycle_top; member in struct:__anon1732
94 int cycle_top; local
97 for (cycle_top = dfn_depth; cycle_top > 0; --cycle_top)
99 head = dfn_stack[cycle_top].sym;
109 if (cycle_top <= 0)
117 printf ("[find_cycle] dfn_depth %d cycle_top %d ",
118 dfn_depth, cycle_top);
130 if (cycle_top
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dcg_dfn.c43 int cycle_top; member in struct:__anon626
94 int cycle_top; local
97 for (cycle_top = dfn_depth; cycle_top > 0; --cycle_top)
99 head = dfn_stack[cycle_top].sym;
109 if (cycle_top <= 0)
117 printf ("[find_cycle] dfn_depth %d cycle_top %d ",
118 dfn_depth, cycle_top);
130 if (cycle_top
[all...]

Completed in 232 milliseconds