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

  /src/external/gpl3/gdb/dist/gdb/python/
py-prettyprint.c 358 print_children (PyObject *printer, const char *hint, function
622 print_children (printer.get (), hint.get (), stream, recurse, options,
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-prettyprint.c 358 print_children (PyObject *printer, const char *hint, function
622 print_children (printer.get (), hint.get (), stream, recurse, options,
  /src/external/gpl3/binutils/dist/gprof/
cg_print.c 48 static void print_children (Sym *);
431 print_children (Sym *parent) function
535 print_children (parent);
  /src/external/gpl3/binutils.old/dist/gprof/
cg_print.c 48 static void print_children (Sym *);
431 print_children (Sym *parent) function
535 print_children (parent);
  /src/external/gpl3/binutils/dist/gprofng/src/
Print.cc 1036 // Pass real total to print_children()
1038 print_children (center, 0, sobj, NTXT (" "), total);
1049 * Recursive method print_children prints Call Tree elements.
1052 er_print_ctree::print_children (Hist_data *data, int index, Histable *my_obj, function in class:er_print_ctree
1108 print_children (callees, i, ch_obj, ch_prefix, total);
1117 print_children (callees, nc - 1, ch_obj, ch_prefix, total);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Print.cc 1036 // Pass real total to print_children()
1038 print_children (center, 0, sobj, NTXT (" "), total);
1049 * Recursive method print_children prints Call Tree elements.
1052 er_print_ctree::print_children (Hist_data *data, int index, Histable *my_obj, function in class:er_print_ctree
1108 print_children (callees, i, ch_obj, ch_prefix, total);
1117 print_children (callees, nc - 1, ch_obj, ch_prefix, total);

Completed in 31 milliseconds