Home
last modified time | relevance | path

Searched refs:next_cu (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2read.c9335 struct dwarf2_per_cu_data *next_cu; in free_cached_comp_units() local
9337 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() local
9370 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() local
9397 next_cu = per_cu->cu->read_in_chain; in free_one_cached_comp_unit()
[all …]