Lines Matching refs:parent
37 Sym *parent;
40 parent = sym_lookup (&symtab, from_pc);
43 if (child == NULL || parent == NULL)
46 /* If we're doing line-by-line profiling, both the parent and the
48 symbols. For the parent this is fine, since this identifies the
63 if (sym_id_arc_is_present (&syms[INCL_ARCS], parent, child)
65 && !sym_id_arc_is_present (&syms[EXCL_ARCS], parent, child)))
70 parent->name, child->name, count));
71 arc_add (parent, child, count);
118 || gmon_io_write_vma (ofp, arc->parent->addr)
127 (unsigned long) arc->parent->addr,