Searched refs:all_comp_units (Results 1 – 2 of 2) sorted by relevance
80 struct comp_unit *all_comp_units; member2241 for (each = stash->all_comp_units; each; each = each->next_unit) in _bfd_dwarf2_find_nearest_line()2299 each->next_unit = stash->all_comp_units; in _bfd_dwarf2_find_nearest_line()2300 stash->all_comp_units = each; in _bfd_dwarf2_find_nearest_line()2445 for (each = stash->all_comp_units; each; each = each->next_unit) in _bfd_dwarf2_find_line()2513 each->next_unit = stash->all_comp_units; in _bfd_dwarf2_find_line()2514 stash->all_comp_units = each; in _bfd_dwarf2_find_line()2577 for (each = stash->all_comp_units; each; each = each->next_unit) in _bfd_dwarf2_cleanup_debug_info()
179 struct dwarf2_per_cu_data **all_comp_units; member1630 struct dwarf2_per_cu_data **all_comp_units; in create_all_comp_units() local1635 all_comp_units = xmalloc (n_allocated in create_all_comp_units()1664 all_comp_units = xrealloc (all_comp_units, in create_all_comp_units()1668 all_comp_units[n_comp_units++] = this_cu; in create_all_comp_units()1673 dwarf2_per_objfile->all_comp_units in create_all_comp_units()1676 memcpy (dwarf2_per_objfile->all_comp_units, all_comp_units, in create_all_comp_units()1678 xfree (all_comp_units); in create_all_comp_units()9301 if (dwarf2_per_objfile->all_comp_units[mid]->offset >= offset) in dwarf2_find_containing_comp_unit()9307 if (dwarf2_per_objfile->all_comp_units[low]->offset > offset) in dwarf2_find_containing_comp_unit()[all …]