Home
last modified time | relevance | path

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

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddwarf2read.c5259 struct tu_abbrev_offset *sorted_by_abbrev; in build_type_unit_groups() local
5293 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()
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dread.c7238 std::vector<tu_abbrev_offset> sorted_by_abbrev;
7239 sorted_by_abbrev.reserve (per_objfile->per_bfd->tu_stats.nr_tus);
7246 sorted_by_abbrev.emplace_back
7252 std::sort (sorted_by_abbrev.begin (), sorted_by_abbrev.end ());
7256 for (const tu_abbrev_offset &tu : sorted_by_abbrev)