Home
last modified time | relevance | path

Searched refs:di_last_child (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Dpro_die.c78 new_die->di_last_child = NULL; in dwarf_new_die()
113 Dwarf_P_Die former_lastchild = parent->di_last_child; in dwarf_die_link()
114 parent->di_last_child = new_die; in dwarf_die_link()
120 parent->di_last_child = new_die; in dwarf_die_link()
126 new_die->di_last_child = child; in dwarf_die_link()
H A Dpro_opaque.h161 Dwarf_P_Die di_last_child; member