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

/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.h104 is_debug_types (false),
136 unsigned int is_debug_types : 1; member in struct:dwarf2_per_cu_data
142 This flag is only valid if is_debug_types is true.
154 This flag is only valid if is_debug_types is true. */
H A Dindex-write.c566 unit_kind kind = (entry->per_cu->is_debug_types
1229 int &this_counter = per_cu->is_debug_types ? types_counter : counter;
1237 data_buf &cu_list = (per_cu->is_debug_types
1242 if (per_cu->is_debug_types)
1312 int &this_counter = per_cu->is_debug_types ? types_counter : counter;
1313 data_buf &this_list = per_cu->is_debug_types ? types_cu_list : cu_list;
H A Dread.c1278 if (data->is_debug_types)
1299 const char *comp_dir, ULONGEST signature, int is_debug_types);
2022 if (per_cu->is_debug_types)
2057 if (!per_cu->is_debug_types
2115 result->is_debug_types = true;
2349 if (per_cu->is_debug_types || per_cu->is_dwz)
2756 gdb_assert (! this_cu->is_debug_types);
2848 gdb_assert (! this_cu->is_debug_types);
4124 if (per_cu->is_debug_types)
4339 if (!per_cu->is_debug_types
10224 create_dwp_hash_table(dwarf2_per_objfile *per_objfile, struct dwp_file *dwp_file, int is_debug_types) argument
10535 create_dwo_unit_in_dwp_v1(dwarf2_per_objfile *per_objfile, struct dwp_file *dwp_file, uint32_t unit_index, const char *comp_dir, ULONGEST signature, int is_debug_types) argument
10724 create_dwo_unit_in_dwp_v2(dwarf2_per_objfile *per_objfile, struct dwp_file *dwp_file, uint32_t unit_index, const char *comp_dir, ULONGEST signature, int is_debug_types) argument
10891 create_dwo_unit_in_dwp_v5(dwarf2_per_objfile *per_objfile, struct dwp_file *dwp_file, uint32_t unit_index, const char *comp_dir, ULONGEST signature, int is_debug_types) argument
11063 lookup_dwo_unit_in_dwp(dwarf2_per_objfile *per_objfile, struct dwp_file *dwp_file, const char *comp_dir, ULONGEST signature, int is_debug_types) argument
11661 lookup_dwo_cutu(dwarf2_cu *cu, const char *dwo_name, const char *comp_dir, ULONGEST signature, int is_debug_types) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.h451 unsigned int is_debug_types : 1; member in struct:dwarf2_per_cu_data
457 This flag is only valid if is_debug_types is true.
469 This flag is only valid if is_debug_types is true. */
607 This struct is used iff per_cu.is_debug_types.
H A Dread.c1703 const char *comp_dir, ULONGEST signature, int is_debug_types);
2391 if (per_cu->is_debug_types)
2429 if (!per_cu->is_debug_types
2623 sig_type->per_cu.is_debug_types = 1;
2678 sig_type->per_cu.is_debug_types = 1;
3202 gdb_assert (! this_cu->is_debug_types);
3279 gdb_assert (! this_cu->is_debug_types);
6462 sig_type->per_cu.is_debug_types = 1;
6577 sig_type->per_cu.is_debug_types = 1;
6739 1 /* is_debug_types */);
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Ddwp.cc227 bool is_debug_types);
1515 bool is_debug_types)
1517 unsigned int shndx = (is_debug_types
1538 Unit_reader reader(is_debug_types, this->obj_, shndx);
1514 add_unit_set(Dwp_output_file* output_file, unsigned int *debug_shndx, bool is_debug_types) argument
H A Doutput.h3172 Output_fill_debug_info(bool is_debug_types) argument
3173 : is_debug_types_(is_debug_types)
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Ddwp.cc227 bool is_debug_types);
1515 bool is_debug_types)
1517 unsigned int shndx = (is_debug_types
1538 Unit_reader reader(is_debug_types, this->obj_, shndx);
1514 add_unit_set(Dwp_output_file* output_file, unsigned int *debug_shndx, bool is_debug_types) argument
H A Doutput.h3200 Output_fill_debug_info(bool is_debug_types) argument
3201 : is_debug_types_(is_debug_types)
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Ddwp.cc227 bool is_debug_types);
1515 bool is_debug_types)
1517 unsigned int shndx = (is_debug_types
1538 Unit_reader reader(is_debug_types, this->obj_, shndx);
1514 add_unit_set(Dwp_output_file* output_file, unsigned int *debug_shndx, bool is_debug_types) argument
H A Doutput.h3172 Output_fill_debug_info(bool is_debug_types) argument
3173 : is_debug_types_(is_debug_types)

Completed in 285 milliseconds