/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | system.h | 74 #define Unordered_map std::unordered_map macro 88 #define Unordered_map std::tr1::unordered_map macro 116 #define Unordered_map __gnu_cxx::hash_map 150 #define Unordered_map std::map
|
H A D | icf.h | 47 typedef Unordered_map<Section_id, 64 typedef Unordered_map<Section_id, Reloc_info,
|
H A D | symtab.h | 1387 typedef Unordered_map<const char*, Warning_location> Warning_table; 1755 typedef Unordered_map<Symbol_table_key, Symbol*, Symbol_table_hash, 1758 typedef Unordered_map<const char*, 1969 typedef Unordered_map<const Symbol*, Dynobj*> Copied_symbol_dynobjs; 1997 Unordered_map<const Symbol*, Symbol*> forwarders_; 2000 Unordered_map<Symbol*, Symbol*> weak_aliases_;
|
H A D | merge.cc | 191 Unordered_map<section_offset_type, in initialize_input_to_output_map() 679 Unordered_map<section_offset_type, elfcpp::Elf_types<32>::Elf_Addr>*); 688 Unordered_map<section_offset_type, elfcpp::Elf_types<64>::Elf_Addr>*);
|
H A D | errors.h | 138 Unordered_map<const Symbol*, int> undefined_symbols_;
|
H A D | layout.h | 1281 typedef Unordered_map<const Output_segment*, const Output_segment*> 1309 typedef Unordered_map<std::string, Kept_section> Signatures; 1323 typedef Unordered_map<Key, Output_section*, Hash_key> Section_name_map; 1513 Unordered_map<std::string, unsigned int> input_section_position_;
|
H A D | icf.cc | 193 Unordered_map<uint32_t, unsigned int> uniq_map; in preprocess_for_unique_sections() 194 std::pair<Unordered_map<uint32_t, unsigned int>::iterator, bool> in preprocess_for_unique_sections() 861 typedef Unordered_map<section_offset_type, section_size_type> Cie_map; in add_ehframe_links()
|
H A D | gdb-index.h | 219 typedef Unordered_map<off_t, off_t> Pubname_offset_map;
|
H A D | dirsearch.cc | 119 typedef Unordered_map<const char*, Dir_cache*> Cache_hash;
|
H A D | stringpool.h | 378 typedef Unordered_map<Hashkey, Hashval, Stringpool_hash,
|
H A D | merge.h | 83 Unordered_map<section_offset_type,
|
H A D | object.h | 1349 Unordered_map<section_offset_type, 1627 typedef Unordered_map<section_offset_type, Value> Output_addresses; 2171 typedef Unordered_map<Local_got_entry_key, Got_offset_list*, 2851 typedef Unordered_map<unsigned int, unsigned int> Local_plt_offsets; 3010 Unordered_map<std::string, Object*> sonames_;
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | system.h | 74 #define Unordered_map std::unordered_map macro 88 #define Unordered_map std::tr1::unordered_map macro 116 #define Unordered_map __gnu_cxx::hash_map 150 #define Unordered_map std::map
|
H A D | icf.h | 47 typedef Unordered_map<Section_id, 64 typedef Unordered_map<Section_id, Reloc_info,
|
H A D | symtab.h | 1387 typedef Unordered_map<const char*, Warning_location> Warning_table; 1755 typedef Unordered_map<Symbol_table_key, Symbol*, Symbol_table_hash, 1758 typedef Unordered_map<const char*, 1969 typedef Unordered_map<const Symbol*, Dynobj*> Copied_symbol_dynobjs; 1997 Unordered_map<const Symbol*, Symbol*> forwarders_; 2000 Unordered_map<Symbol*, Symbol*> weak_aliases_;
|
H A D | merge.cc | 191 Unordered_map<section_offset_type, in initialize_input_to_output_map() 679 Unordered_map<section_offset_type, elfcpp::Elf_types<32>::Elf_Addr>*); 688 Unordered_map<section_offset_type, elfcpp::Elf_types<64>::Elf_Addr>*);
|
H A D | errors.h | 138 Unordered_map<const Symbol*, int> undefined_symbols_;
|
H A D | layout.h | 1286 typedef Unordered_map<const Output_segment*, const Output_segment*> 1314 typedef Unordered_map<std::string, Kept_section> Signatures; 1328 typedef Unordered_map<Key, Output_section*, Hash_key> Section_name_map; 1520 Unordered_map<std::string, unsigned int> input_section_position_;
|
H A D | icf.cc | 193 Unordered_map<uint32_t, unsigned int> uniq_map; in preprocess_for_unique_sections() 194 std::pair<Unordered_map<uint32_t, unsigned int>::iterator, bool> in preprocess_for_unique_sections() 861 typedef Unordered_map<section_offset_type, section_size_type> Cie_map; in add_ehframe_links()
|
H A D | gdb-index.h | 219 typedef Unordered_map<off_t, off_t> Pubname_offset_map;
|
H A D | dirsearch.cc | 119 typedef Unordered_map<const char*, Dir_cache*> Cache_hash;
|
H A D | stringpool.h | 378 typedef Unordered_map<Hashkey, Hashval, Stringpool_hash,
|
H A D | merge.h | 83 Unordered_map<section_offset_type,
|
H A D | object.h | 1349 Unordered_map<section_offset_type, 1627 typedef Unordered_map<section_offset_type, Value> Output_addresses; 2171 typedef Unordered_map<Local_got_entry_key, Got_offset_list*, 2851 typedef Unordered_map<unsigned int, unsigned int> Local_plt_offsets; 3010 Unordered_map<std::string, Object*> sonames_;
|
H A D | dwarf_reader.h | 274 typedef Unordered_map<unsigned int, const Abbrev_code*> Abbrev_code_table; 1175 typedef Unordered_map<unsigned int, std::vector<Offset_to_lineno_entry> >
|