Home | History | Annotate | Download | only in gold

Lines Matching refs:name_key

809 // pool, and NAME_KEY is the key.  ORDER is where this should appear
813 Layout::get_output_section(const char* name, Stringpool::Key name_key,
837 const Key key(name_key, std::make_pair(lookup_type, lookup_flags));
870 const Key zero_key(name_key, std::make_pair(lookup_type,
1061 Stringpool::Key name_key;
1062 name = this->namepool_.add_with_length(name, len, true, &name_key);
1069 return this->get_output_section(name, name_key, type, flags, order, is_relro);
1103 Stringpool::Key name_key;
1104 name = this->namepool_.add(name, true, &name_key);
1105 Output_section* os = this->get_output_section(name, name_key, sh_type,
1195 Stringpool::Key name_key;
1196 os_name = this->namepool_.add(os_name, true, &name_key);
1197 os = this->get_output_section(os_name, name_key, sh_type, flags,