Lines Matching defs:dwarf2_per_objfile
167 struct dwarf2_per_objfile struct
169 struct dwarf2_section_info info;
170 struct dwarf2_section_info abbrev;
171 struct dwarf2_section_info line;
172 struct dwarf2_section_info loc;
173 struct dwarf2_section_info macinfo;
174 struct dwarf2_section_info macro;
175 struct dwarf2_section_info str;
176 struct dwarf2_section_info ranges;
177 struct dwarf2_section_info addr;
178 struct dwarf2_section_info frame;
179 struct dwarf2_section_info eh_frame;
180 struct dwarf2_section_info gdb_index;
185 struct objfile *objfile;
189 struct dwarf2_per_cu_data **all_comp_units;
192 int n_comp_units;
195 int n_type_units;
198 struct signatured_type **all_type_units;
201 int n_type_unit_groups;
205 struct type_unit_group **all_type_unit_groups;
209 htab_t type_unit_groups;
213 htab_t signatured_types;
217 struct tu_stats
223 } tu_stats;
227 struct dwarf2_per_cu_data *read_in_chain;
231 htab_t dwo_files;
234 int dwp_checked;
237 struct dwp_file *dwp_file;
241 struct dwz_file *dwz_file;
245 int has_section_at_zero;
249 unsigned char using_index;
252 struct mapped_index *index_table;
276 static struct dwarf2_per_objfile *dwarf2_per_objfile; argument