HomeSort by: relevance | last modified time | path
    Searched defs:cycle_top (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprof/
cg_dfn.c 43 int cycle_top; member in struct:__anon10166
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...]
  /src/external/gpl3/binutils.old/dist/gprof/
cg_dfn.c 43 int cycle_top; member in struct:__anon11639
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 15 milliseconds