Lines Matching refs:child
56 parent,child,left,right: specify neighbors of the new die. Only
63 Dwarf_P_Die child,
83 dwarf_die_link(new_die, parent, child, left, right, error);
89 parent,child,left,right: specify neighbors of the new die. Only
95 Dwarf_P_Die child,
123 if (child != NULL) {
125 new_die->di_child = child;
126 new_die->di_last_child = child;
127 if (child->di_parent) {
131 child->di_parent = new_die;