Home | History | Annotate | Download | only in gold

Lines Matching defs:Key

1136   get_output_section(const char* name, Stringpool::Key name_key,
1249 typedef std::pair<Stringpool::Key,
1250 std::pair<elfcpp::Elf_Word, elfcpp::Elf_Xword> > Key;
1255 operator()(const Key& k) const;
1258 typedef Unordered_map<Key, Output_section*, Hash_key> Section_name_map;