Searched defs:Dwarf_P_Die_s (Results 1 – 1 of 1) sorted by relevance
152 struct Dwarf_P_Die_s { struct153 Dwarf_Unsigned di_offset; /* offset in debug info */154 char *di_abbrev; /* abbreviation */155 Dwarf_Word di_abbrev_nbytes; /* # of bytes in abbrev */156 Dwarf_Tag di_tag;157 Dwarf_P_Die di_parent; /* parent of current die */158 Dwarf_P_Die di_child; /* first child */161 Dwarf_P_Die di_last_child; 162 Dwarf_P_Die di_left; /* left sibling */163 Dwarf_P_Die di_right; /* right sibling */[all …]