Lines Matching defs:dwarf2_per_cu_data
518 struct dwarf2_per_cu_data struct
525 sect_offset offset;
526 unsigned int length;
530 unsigned int queued : 1;
536 unsigned int load_all_dies : 1;
539 unsigned int is_debug_types : 1;
542 unsigned int is_dwz : 1;
547 struct dwarf2_section_info *info_or_types_section;
551 struct dwarf2_cu *cu;
556 struct objfile *objfile;
561 {
568 } v;
602 struct dwarf2_per_cu_data per_cu; argument