Home
last modified time | relevance | path

Searched refs:sig_types_hash (Results 1 – 3 of 3) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Ddwarf2read.c1891 htab_t sig_types_hash; in create_signatured_type_table_from_index() local
1899 sig_types_hash = allocate_signatured_type_table (objfile); in create_signatured_type_table_from_index()
1925 slot = htab_find_slot (sig_types_hash, type_sig, INSERT); in create_signatured_type_table_from_index()
1931 dwarf2_per_objfile->signatured_types = sig_types_hash; in create_signatured_type_table_from_index()
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dread.c2449 htab_up sig_types_hash = allocate_signatured_type_table ();
2475 slot = htab_find_slot (sig_types_hash.get (), sig_type.get (), INSERT);
2481 per_bfd->signatured_types = std::move (sig_types_hash);
2498 htab_up sig_types_hash = allocate_signatured_type_table ();
2526 slot = htab_find_slot (sig_types_hash.get (), sig_type.get (), INSERT);
2532 per_objfile->per_bfd->signatured_types = std::move (sig_types_hash);
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddwarf2read.c2448 htab_t sig_types_hash; in create_signatured_type_table_from_index() local
2456 sig_types_hash = allocate_signatured_type_table (objfile); in create_signatured_type_table_from_index()
2483 slot = htab_find_slot (sig_types_hash, sig_type, INSERT); in create_signatured_type_table_from_index()
2489 dwarf2_per_objfile->signatured_types = sig_types_hash; in create_signatured_type_table_from_index()