Searched refs:all_units (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.h436 return this->all_units[index].get ();
492 std::vector<dwarf2_per_cu_data_up> all_units; member in struct:dwarf2_per_bfd
494 /* The all_units vector contains both CUs and TUs. Provide views on the
H A Dindex-write.c1051 for (const auto &per_cu : per_objfile->per_bfd->all_units)
1213 cu_index_htab.reserve (per_objfile->per_bfd->all_units.size ());
1220 all_units, but only in their own hash table. */
1224 for (int i = 0; i < per_objfile->per_bfd->all_units.size (); ++i)
1227 = per_objfile->per_bfd->all_units[i].get ();
1234 /* The all_units list contains CUs read from the objfile as well as
1301 all_units, but only in their own hash table. */
1307 for (int i = 0; i < per_objfile->per_bfd->all_units.size (); ++i)
1310 = per_objfile->per_bfd->all_units[i].get ();
H A Dread.c1390 /* An iterator for all_units that is based on index. This
1391 approach makes it possible to iterate over all_units safely,
1400 m_index (start ? 0 : per_bfd->all_units.size ())
1473 for (auto &per_cu : all_units)
2103 result->index = all_units.size ();
2114 result->index = all_units.size ();
2158 per_bfd->all_units.push_back (std::move (per_cu));
2170 gdb_assert (per_bfd->all_units.empty ());
2171 per_bfd->all_units.reserve ((cu_list_elements + dwz_elements) / 2);
2217 per_bfd->all_units
23612 dwarf2_find_containing_comp_unit(sect_offset sect_off, unsigned int offset_in_dwz, const std::vector<dwarf2_per_cu_data_up> &all_units) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmetag-dis.c3121 bool all_units = (((insn_word) & 0x04000020) == 0x04000020); local
3156 if (all_units)
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c3121 bool all_units = (((insn_word) & 0x04000020) == 0x04000020); local
3156 if (all_units)
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c3121 bool all_units = (((insn_word) & 0x04000020) == 0x04000020); local
3156 if (all_units)
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmetag-dis.c3125 bfd_boolean all_units = (((insn_word) & 0x04000020) == 0x04000020); local
3160 if (all_units)

Completed in 220 milliseconds