Lines Matching refs:next
87 Dwarf_CU *next = (*next_cu);
90 *version = next->version;
93 *unit_type = next->unit_type;
97 if (next->version >= 2 && next->version <= 5
98 && next->unit_type >= DW_UT_compile
99 && next->unit_type <= DW_UT_split_type)
100 *cudie = CUDIE (next);
107 if (next->version >= 2 && next->version <= 5)
112 if (next->unit_type == DW_UT_type
113 || next->unit_type == DW_UT_split_type)
114 *subdie = SUBDIE(next);
115 else if (next->unit_type == DW_UT_skeleton)
117 Dwarf_CU *split_cu = __libdw_find_split_unit (next);