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

1 2

  /toolchain/binutils/binutils-2.27/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 191 Unordered_map<section_offset_type,
677 Unordered_map<section_offset_type, elfcpp::Elf_types<32>::Elf_Addr>*);
686 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 226 // std::map rather than an Unordered_map to optimize for that case
    [all...]
merge.h 83 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 381 typedef Unordered_map<std::string, Archive*> Nested_archive_table;
dynobj.h 667 typedef Unordered_map<Key, Version_base*, Version_table_hash,
plugin.h 466 typedef Unordered_map<std::string, bool> Comdat_map;
object.h     [all...]
object.cc 276 Unordered_map<section_offset_type,
    [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...]
output.h     [all...]
arm.cc 1019 Unordered_map<Reloc_stub::Key, Reloc_stub*, Reloc_stub::Key::hash,
    [all...]
powerpc.cc 90 typedef Unordered_map<Address, Section_refs> Access_from;
    [all...]
aarch64.cc     [all...]
symtab.cc 692 Unordered_map<const Symbol*, Symbol*>::const_iterator p =
    [all...]

Completed in 384 milliseconds

1 2