Home
last modified time | relevance | path

Searched refs:Unordered_map (Results 1 – 25 of 56) sorted by relevance

123

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dsystem.h74 #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 Dicf.h47 typedef Unordered_map<Section_id,
64 typedef Unordered_map<Section_id, Reloc_info,
H A Dsymtab.h1387 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 Dmerge.cc191 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 Derrors.h138 Unordered_map<const Symbol*, int> undefined_symbols_;
H A Dlayout.h1281 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 Dicf.cc193 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 Dgdb-index.h219 typedef Unordered_map<off_t, off_t> Pubname_offset_map;
H A Ddirsearch.cc119 typedef Unordered_map<const char*, Dir_cache*> Cache_hash;
H A Dstringpool.h378 typedef Unordered_map<Hashkey, Hashval, Stringpool_hash,
H A Dmerge.h83 Unordered_map<section_offset_type,
H A Dobject.h1349 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 Dsystem.h74 #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 Dicf.h47 typedef Unordered_map<Section_id,
64 typedef Unordered_map<Section_id, Reloc_info,
H A Dsymtab.h1387 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 Dmerge.cc191 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 Derrors.h138 Unordered_map<const Symbol*, int> undefined_symbols_;
H A Dlayout.h1286 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 Dicf.cc193 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 Dgdb-index.h219 typedef Unordered_map<off_t, off_t> Pubname_offset_map;
H A Ddirsearch.cc119 typedef Unordered_map<const char*, Dir_cache*> Cache_hash;
H A Dstringpool.h378 typedef Unordered_map<Hashkey, Hashval, Stringpool_hash,
H A Dmerge.h83 Unordered_map<section_offset_type,
H A Dobject.h1349 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 Ddwarf_reader.h274 typedef Unordered_map<unsigned int, const Abbrev_code*> Abbrev_code_table;
1175 typedef Unordered_map<unsigned int, std::vector<Offset_to_lineno_entry> >

123