Home | History | Annotate | Download | only in gold

Lines Matching full:strtab_

1005   this->strtab_->add(this->command_line_.c_str(), false,
1027 this->strtab_->add(arch->filename().c_str(), false, &filename_key);
1051 : entry_(entry), strtab_(strtab)
1058 this->strtab_->add(sym, true, &symbol_key);
1064 Stringpool* strtab_;
1080 Unused_symbol_visitor v(entry, this->strtab_);
1099 this->strtab_->add(obj->name().c_str(), false, &filename_key);
1123 this->strtab_->add(dynobj->soname(), false, &soname_key);
1153 this->strtab_->add(name, true, &key);
1168 this->strtab_->add(name, true, &key);
1185 this->strtab_->add(script->filename().c_str(), false, &filename_key);
1199 this->strtab_->set_string_offsets();