HomeSort by relevance Sort by last modified time
    Searched full:cycle_top (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
cg_dfn.c 43 int cycle_top; member in struct:__anon75769
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 == dfn_depth
    [all...]

Completed in 170 milliseconds