HomeSort by relevance Sort by last modified time
    Searched refs:Unordered_map (Results 1 - 25 of 26) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gold/
system.h 63 #include <unordered_map>
68 #define Unordered_map std::unordered_map
77 #include <tr1/unordered_map>
82 #define Unordered_map std::tr1::unordered_map
110 #define Unordered_map __gnu_cxx::hash_map
144 #define Unordered_map std::map
icf.h 47 typedef Unordered_map<Section_id,
64 typedef Unordered_map<Section_id, Reloc_info,
errors.h 133 Unordered_map<const Symbol*, int> undefined_symbols_;
gdb-index.h 219 typedef Unordered_map<off_t, off_t> Pubname_offset_map;
symtab.h     [all...]
merge.cc 199 Unordered_map<section_offset_type,
736 Unordered_map<section_offset_type, elfcpp::Elf_types<32>::Elf_Addr>*);
745 Unordered_map<section_offset_type, elfcpp::Elf_types<64>::Elf_Addr>*);
dirsearch.cc 119 typedef Unordered_map<const char*, Dir_cache*> Cache_hash;
layout.h 222 // std::map rather than an Unordered_map to optimize for that case
    [all...]
merge.h 87 Unordered_map<section_offset_type,
script.h 265 typedef Unordered_map<std::string, Version_tree_match> Exact;
stringpool.h 378 typedef Unordered_map<Hashkey, Hashval, Stringpool_hash,
dwarf_reader.h 273 typedef Unordered_map<unsigned int, const Abbrev_code*> Abbrev_code_table;
    [all...]
icf.cc 171 Unordered_map<uint32_t, unsigned int> uniq_map;
172 std::pair<Unordered_map<uint32_t, unsigned int>::iterator, bool>
    [all...]
archive.h 377 typedef Unordered_map<std::string, Archive*> Nested_archive_table;
dynobj.h 657 typedef Unordered_map<Key, Version_base*, Version_table_hash,
plugin.h 456 typedef Unordered_map<std::string, bool> Comdat_map;
object.h     [all...]
output.h     [all...]
gdb-index.cc 229 typedef Unordered_map<off_t, Declaration_pair> Declaration_map;
    [all...]
options.cc 63 typedef Unordered_map<std::string, One_option*> Option_map;
    [all...]
powerpc.cc 83 typedef Unordered_map<Address, Section_refs> Access_from;
    [all...]
arm.cc 1015 Unordered_map<Reloc_stub::Key, Reloc_stub*, Reloc_stub::Key::hash,
    [all...]
aarch64.cc     [all...]
symtab.cc 688 Unordered_map<const Symbol*, Symbol*>::const_iterator p =
    [all...]
layout.cc     [all...]

Completed in 252 milliseconds

1 2