Searched refs:abbrev_table (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dabbrev.h51 struct abbrev_table;
52 typedef std::unique_ptr<struct abbrev_table> abbrev_table_up;
56 struct abbrev_table struct
81 explicit abbrev_table (sect_offset off);
83 DISABLE_COPY_AND_ASSIGN (abbrev_table);
H A Dabbrev.c61 abbrev_table::abbrev_table (sect_offset off) function in class:abbrev_table
71 abbrev_table::alloc_abbrev ()
84 abbrev_table::add_abbrev (struct abbrev_info *abbrev)
94 abbrev_table::read (struct objfile *objfile,
105 abbrev_table_up abbrev_table (new struct abbrev_table (sect_off));
116 cur_abbrev = abbrev_table->alloc_abbrev ();
159 XOBNEWVEC (&abbrev_table->m_abbrev_obstack, struct attr_abbrev,
165 abbrev_table
[all...]
H A Dread.c940 struct abbrev_table *abbrev_table; member in struct:die_reader_specs
952 struct abbrev_table *abbrev_table,
6790 struct abbrev_table *abbrev_table)
6799 reader->abbrev_table = abbrev_table;
6935 = abbrev_table::read (objfile, dwo_abbrev_section,
7098 struct abbrev_table *abbrev_tabl
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dabbrev-cache.c29 const struct abbrev_table *table = (const struct abbrev_table *) item;
38 const struct abbrev_table *l_table = (const struct abbrev_table *) lhs;
46 htab_delete_entry<abbrev_table>,
H A Dabbrev.h60 struct abbrev_table;
61 typedef std::unique_ptr<struct abbrev_table> abbrev_table_up;
65 struct abbrev_table struct
95 abbrev_table (sect_offset off, struct dwarf2_section_info *sect);
97 DISABLE_COPY_AND_ASSIGN (abbrev_table);
H A Dabbrev-cache.h36 abbrev_table *find (struct dwarf2_section_info *section, sect_offset offset)
40 return (abbrev_table *) htab_find_with_hash (m_tables.get (), &key,
H A Dabbrev.c61 abbrev_table::abbrev_table (sect_offset off, struct dwarf2_section_info *sect) function in class:abbrev_table
72 abbrev_table::add_abbrev (struct abbrev_info *abbrev)
120 abbrev_table::read (struct dwarf2_section_info *section,
127 abbrev_table_up abbrev_table (new struct abbrev_table (sect_off, section));
128 struct obstack *obstack = &abbrev_table->m_abbrev_obstack;
316 abbrev_table->add_abbrev (cur_abbrev);
319 return abbrev_table;
H A Dread.c718 struct abbrev_table *abbrev_table; member in struct:die_reader_specs
730 struct abbrev_table *abbrev_table,
5882 struct abbrev_table *abbrev_table)
5891 reader->abbrev_table = abbrev_table;
6034 = abbrev_table::read (dwo_abbrev_section, cu->header.abbrev_sect_off);
6204 struct abbrev_table *abbrev_tabl
5873 init_cu_die_reader(struct die_reader_specs *reader, struct dwarf2_cu *cu, struct dwarf2_section_info *section, struct dwo_file *dwo_file, struct abbrev_table *abbrev_table) argument
6197 cutu_reader(dwarf2_per_cu_data *this_cu, dwarf2_per_objfile *per_objfile, struct abbrev_table *abbrev_table, dwarf2_cu *existing_cu, bool skip_partial, abbrev_cache *cache) argument
6918 abbrev_table_up abbrev_table; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddwarf.c9148 unsigned char *const abbrev_table = hdrptr; local
9212 unsigned char *abbrevptr = abbrev_table;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c10231 unsigned char *const abbrev_table = hdrptr; local
10294 unsigned char *abbrevptr = abbrev_table;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c10357 unsigned char *const abbrev_table = hdrptr; local
10420 unsigned char *abbrevptr = abbrev_table;

Completed in 628 milliseconds