Searched refs:next_cu (Results 1 – 1 of 1) sorted by relevance
9335 struct dwarf2_per_cu_data *next_cu; in free_cached_comp_units() local9337 next_cu = per_cu->cu->read_in_chain; in free_cached_comp_units()9340 *last_chain = next_cu; in free_cached_comp_units()9342 per_cu = next_cu; in free_cached_comp_units()9368 struct dwarf2_per_cu_data *next_cu; in age_cached_comp_units() local9370 next_cu = per_cu->cu->read_in_chain; in age_cached_comp_units()9375 *last_chain = next_cu; in age_cached_comp_units()9380 per_cu = next_cu; in age_cached_comp_units()9395 struct dwarf2_per_cu_data *next_cu; in free_one_cached_comp_unit() local9397 next_cu = per_cu->cu->read_in_chain; in free_one_cached_comp_unit()[all …]