Searched defs:Dwarf_P_Die_s (Results 1 – 1 of 1) sorted by relevance
174 struct Dwarf_P_Die_s { struct175 Dwarf_Unsigned di_offset; /* offset in debug info */176 char *di_abbrev; /* abbreviation */177 Dwarf_Unsigned di_abbrev_nbytes; /* # of bytes in abbrev */178 Dwarf_Tag di_tag;179 Dwarf_P_Die di_parent; /* parent of current die */180 Dwarf_P_Die di_child; /* first child */183 Dwarf_P_Die di_last_child;184 Dwarf_P_Die di_left; /* left sibling */185 Dwarf_P_Die di_right; /* right sibling */[all …]