Lines Matching defs:next_cu
100 Dwarf_CU *next_cu = given_cu;
102 while (dwarf_get_units (dbg, next_cu, &next_cu, NULL, NULL,
118 && (next_cu->unit_type == DW_UT_split_compile
119 || next_cu->unit_type == DW_UT_split_type))
133 next_cu = NULL;
134 while (dwarf_get_units (dbg, next_cu, &next_cu, NULL, NULL,
136 && next_cu != given_cu)
151 *cu = next_cu;