Home
last modified time | relevance | path

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

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddwarf2read.c5200 struct tu_abbrev_offset struct
5211 const struct tu_abbrev_offset * const *a = ap; in sort_tu_by_abbrev_offset() argument
5212 const struct tu_abbrev_offset * const *b = bp; in sort_tu_by_abbrev_offset()
5259 struct tu_abbrev_offset *sorted_by_abbrev; in build_type_unit_groups()
5293 sorted_by_abbrev = XNEWVEC (struct tu_abbrev_offset, in build_type_unit_groups()
5306 sizeof (struct tu_abbrev_offset), sort_tu_by_abbrev_offset); in build_type_unit_groups()
5317 const struct tu_abbrev_offset *tu = &sorted_by_abbrev[i]; in build_type_unit_groups()
H A DChangeLog-20125165 (tu_abbrev_offset): New struct.
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dread.c7169 struct tu_abbrev_offset
7171 tu_abbrev_offset (signatured_type *sig_type_, sect_offset abbrev_offset_)
7176 bool operator< (const tu_abbrev_offset &other) const
7238 std::vector<tu_abbrev_offset> sorted_by_abbrev;
7256 for (const tu_abbrev_offset &tu : sorted_by_abbrev)
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog1337 * dwarf2/read.c (tu_abbrev_offset::operator<): Mark const.
1418 * dwarf2/read.c (tu_abbrev_offset::operator<): New method.
H A DChangeLog-20125163 (tu_abbrev_offset): New struct.
H A DChangeLog-20148948 (struct tu_abbrev_offset, sort_tu_by_abbrev_offset): Move with
H A DChangeLog-201813300 (struct tu_abbrev_offset): Add constructor.