Lines Matching refs:child
57 * A symbol to be the child of indirect callf:
224 Sym *child;
300 child = sym_lookup (&symtab, destpc);
301 if (child)
306 printf (" child->name %s", child->name);
307 printf (" child->addr 0x%lx\n",
308 (unsigned long) child->addr);
310 if (child->addr == destpc)
315 arc_add (parent, child, (unsigned long) 0);