Searched refs:sorted_by_abbrev (Results 1 – 1 of 1) sorted by relevance
5259 struct tu_abbrev_offset *sorted_by_abbrev; in build_type_unit_groups() local5293 sorted_by_abbrev = XNEWVEC (struct tu_abbrev_offset, in build_type_unit_groups()5299 sorted_by_abbrev[i].sig_type = sig_type; in build_type_unit_groups()5300 sorted_by_abbrev[i].abbrev_offset = in build_type_unit_groups()5304 cleanups = make_cleanup (xfree, sorted_by_abbrev); in build_type_unit_groups()5305 qsort (sorted_by_abbrev, dwarf2_per_objfile->n_type_units, in build_type_unit_groups()5317 const struct tu_abbrev_offset *tu = &sorted_by_abbrev[i]; in build_type_unit_groups()