Lines Matching defs:parent
56 parent,child,left,right: specify neighbors of the new die. Only
62 Dwarf_P_Die parent,
83 dwarf_die_link(new_die, parent, child, left, right, error);
89 parent,child,left,right: specify neighbors of the new die. Only
94 Dwarf_P_Die parent,
101 if (parent != NULL) {
107 new_die->di_parent = parent;
108 if (parent->di_child) {
113 Dwarf_P_Die former_lastchild = parent->di_last_child;
114 parent->di_last_child = new_die;
119 parent->di_child = new_die;
120 parent->di_last_child = new_die;