Lines Matching defs:dwarf2_cu
383 struct dwarf2_cu struct
386 struct objfile *objfile;
389 struct comp_unit_head header;
392 CORE_ADDR base_address;
395 int base_known;
398 enum language language;
399 const struct language_defn *language_defn;
401 const char *producer;
427 /* When multiple dwarf2_cu structures are living in memory, this field argument
431 struct dwarf2_per_cu_data *read_in_chain;
434 struct dwarf2_per_cu_data *per_cu;
437 int last_used;
441 htab_t die_hash;
444 struct die_info *dies;
449 htab_t dependencies;
452 struct line_header *line_header;
459 htab_t call_site_htab;
470 struct dwo_unit *dwo_unit;
475 ULONGEST addr_base;
487 ULONGEST ranges_base;
490 unsigned int mark : 1;
496 unsigned int has_loclist : 1;
502 unsigned int checked_producer : 1;
503 unsigned int producer_is_gxx_lt_4_6 : 1;
504 unsigned int producer_is_gcc_lt_4_3 : 1;
505 unsigned int producer_is_icc : 1;
511 unsigned int processing_has_namespace_info : 1;