Home | History | Annotate | Download | only in gold

Lines Matching refs:Reloc_map

6924       typedef Unordered_map<unsigned int, unsigned int> Reloc_map;
6925 Reloc_map reloc_map;
6937 Reloc_map::value_type value(info_shndx, i);
6938 std::pair<Reloc_map::iterator, bool> result =
6939 reloc_map.insert(value);
6943 info_shndx, i, reloc_map[info_shndx]);
6967 Reloc_map::const_iterator it = reloc_map.find(shndx);
6968 if (it != reloc_map.end())