Lines Matching refs:name_key
813 Layout::get_output_section(const char* name, Stringpool::Key name_key, in get_output_section() argument
837 const Key key(name_key, std::make_pair(lookup_type, lookup_flags)); in get_output_section()
870 const Key zero_key(name_key, std::make_pair(lookup_type, in get_output_section()
1061 Stringpool::Key name_key; in choose_output_section() local
1062 name = this->namepool_.add_with_length(name, len, true, &name_key); in choose_output_section()
1069 return this->get_output_section(name, name_key, type, flags, order, is_relro); in choose_output_section()
1103 Stringpool::Key name_key; in init_fixed_output_section() local
1104 name = this->namepool_.add(name, true, &name_key); in init_fixed_output_section()
1105 Output_section* os = this->get_output_section(name, name_key, sh_type, in init_fixed_output_section()
1195 Stringpool::Key name_key; in layout() local
1196 os_name = this->namepool_.add(os_name, true, &name_key); in layout()
1197 os = this->get_output_section(os_name, name_key, sh_type, flags, in layout()