Home | History | Annotate | Download | only in gprof

Lines Matching refs:child

69  * A symbol to be the child of indirect calls:
236 Sym *child;
311 child = sym_lookup (&symtab, destpc);
312 if (child)
317 printf (" child->name %s", child->name);
318 printf (" child->addr 0x%lx\n",
319 (unsigned long) child->addr);
321 if (child->addr == destpc)
326 arc_add (parent, child, (unsigned long) 0);