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

  /src/external/gpl3/binutils/dist/gprof/
cg_print.c 227 Sym *left_parent = left->parent; local
235 print_name (left_parent);
249 if (left_parent == left_child)
255 if (left_parent->cg.cyc.num != 0 && left_child->cg.cyc.num != 0
256 && left_parent->cg.cyc.num == left_child->cg.cyc.num)
  /src/external/gpl3/binutils.old/dist/gprof/
cg_print.c 227 Sym *left_parent = left->parent; local
235 print_name (left_parent);
249 if (left_parent == left_child)
255 if (left_parent->cg.cyc.num != 0 && left_child->cg.cyc.num != 0
256 && left_parent->cg.cyc.num == left_child->cg.cyc.num)

Completed in 24 milliseconds