Home
last modified time | relevance | path

Searched refs:namepool_ (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dsymtab.cc565 : saw_undefined_(0), offset_(0), table_(count), namepool_(), in Symbol_table()
570 namepool_.reserve(count); in Symbol_table()
700 name = this->namepool_.find(name, &name_key); in lookup()
707 version = this->namepool_.find(version, &version_key); in lookup()
793 return this->namepool_.add(s.c_str(), true, name_key); in wrap_symbol()
806 return this->namepool_.add(s.c_str(), true, name_key); in wrap_symbol()
1202 ver = this->namepool_.add(ver, true, &ver_key); in add_from_relobj()
1224 ver = this->namepool_.add_with_length(version.c_str(), in add_from_relobj()
1281 name = this->namepool_.add_with_length(name, namelen, true, in add_from_relobj()
1330 ver = this->namepool_.add(ver, true, &ver_key); in add_from_pluginobj()
[all …]
Dlayout.cc427 namepool_(), in Layout()
499 this->namepool_.set_optimize(); in Layout()
1001 name = this->namepool_.add(name, false, NULL); in choose_output_section()
1062 name = this->namepool_.add_with_length(name, len, true, &name_key); in choose_output_section()
1104 name = this->namepool_.add(name, true, &name_key); in init_fixed_output_section()
1169 name = this->namepool_.add(name, true, NULL); in layout()
1196 os_name = this->namepool_.add(os_name, true, &name_key); in layout()
1317 const char* n = this->namepool_.add(name.c_str(), true, NULL); in layout_reloc()
1364 group_section_name = this->namepool_.add(group_section_name, true, NULL); in layout_group()
2066 name = this->namepool_.add(name, false, NULL); in make_output_section_for_script()
[all …]
Dsymtab.h1524 { return this->namepool_.add(name, true, NULL); } in canonicalize_name()
1912 Stringpool namepool_; variable
Dlayout.h1324 Stringpool namepool_; variable