Home | History | Annotate | Download | only in dwarf2

Lines Matching defs:abbrev_table

577   const struct abbrev_table *abbrev_table;
589 const struct abbrev_table *abbrev_table,
3713 const abbrev_table *abbrev_table)
3722 reader->abbrev_table = abbrev_table;
3871 = abbrev_table::read (dwo_abbrev_section, cu->header.abbrev_sect_off);
4003 ABBREV_TABLE, if non-NULL, is the abbreviation table to use.
4012 const struct abbrev_table *abbrev_table,
4041 gdb_assert (abbrev_table == NULL);
4134 if (abbrev_table != NULL)
4135 gdb_assert (cu->header.abbrev_sect_off == abbrev_table->sect_off);
4139 abbrev_table = cache->find (abbrev_section,
4141 if (abbrev_table == nullptr)
4145 = abbrev_table::read (abbrev_section, cu->header.abbrev_sect_off);
4146 abbrev_table = m_abbrev_table_holder.get ();
4151 init_cu_die_reader (this, cu, section, NULL, abbrev_table);
4290 = abbrev_table::read (abbrev_section, m_new_cu->header.abbrev_sect_off);
4724 abbrev_table_up abbrev_table;
4777 if (abbrev_table == NULL
4782 abbrev_table =
4783 abbrev_table::read (&per_objfile->per_bfd->abbrev, abbrev_offset);
4788 abbrev_table.get (), nullptr, false);
5202 READER::CU. Use READER::ABBREV_TABLE to lookup any abbreviation.
5221 = reader.abbrev_table->lookup_abbrev (abbrev_number);
16155 abbrev = reader->abbrev_table->lookup_abbrev (abbrev_number);