Searched refs:strtab_ (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dincremental.h563 strtab_(new Stringpool()), current_object_(NULL),
569 ~Incremental_inputs() { delete this->strtab_; }
645 { return this->strtab_; }
685 Stringpool* strtab_; member in class:gold::Incremental_inputs
777 : p_(NULL), strtab_(NULL, 0), input_file_count_(0)
782 : p_(p), strtab_(strtab)
1156 if (this->strtab_.get_c_string(offset, &s))
1164 elfcpp::Elf_strtab strtab_; member in class:gold::Incremental_inputs_reader
H A Dincremental.cc1010 this->strtab_->add(this->command_line_.c_str(), false,
1032 this->strtab_->add(arch->filename().c_str(), false, &filename_key);
1056 : entry_(entry), strtab_(strtab)
1063 this->strtab_->add(sym, true, &symbol_key);
1069 Stringpool* strtab_; member in class:gold::Unused_symbol_visitor
1085 Unused_symbol_visitor v(entry, this->strtab_);
1104 this->strtab_->add(obj->name().c_str(), false, &filename_key);
1128 this->strtab_->add(dynobj->soname(), false, &soname_key);
1158 this->strtab_->add(name, true, &key);
1173 this->strtab_
[all...]
H A Doutput.h1075 : Output_section_data(1), strtab_(strtab)
1097 { this->strtab_->write_to_buffer(buffer, this->data_size()); }
1105 Stringpool* strtab_; member in class:gold::Output_data_strtab
H A Doutput.cc706 this->strtab_->set_string_offsets();
707 this->set_data_size(this->strtab_->get_strtab_size());
715 this->strtab_->write(of, this->offset());
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dincremental.h563 strtab_(new Stringpool()), current_object_(NULL),
569 ~Incremental_inputs() { delete this->strtab_; }
645 { return this->strtab_; }
685 Stringpool* strtab_; member in class:gold::Incremental_inputs
777 : p_(NULL), strtab_(NULL, 0), input_file_count_(0)
782 : p_(p), strtab_(strtab)
1156 if (this->strtab_.get_c_string(offset, &s))
1164 elfcpp::Elf_strtab strtab_; member in class:gold::Incremental_inputs_reader
H A Dincremental.cc1010 this->strtab_->add(this->command_line_.c_str(), false,
1032 this->strtab_->add(arch->filename().c_str(), false, &filename_key);
1056 : entry_(entry), strtab_(strtab)
1063 this->strtab_->add(sym, true, &symbol_key);
1069 Stringpool* strtab_; member in class:gold::Unused_symbol_visitor
1085 Unused_symbol_visitor v(entry, this->strtab_);
1104 this->strtab_->add(obj->name().c_str(), false, &filename_key);
1128 this->strtab_->add(dynobj->soname(), false, &soname_key);
1158 this->strtab_->add(name, true, &key);
1173 this->strtab_
[all...]
H A Doutput.cc704 this->strtab_->set_string_offsets();
705 this->set_data_size(this->strtab_->get_strtab_size());
713 this->strtab_->write(of, this->offset());
H A Doutput.h1075 : Output_section_data(1), strtab_(strtab)
1097 { this->strtab_->write_to_buffer(buffer, this->data_size()); }
1105 Stringpool* strtab_; member in class:gold::Output_data_strtab
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dincremental.h563 strtab_(new Stringpool()), current_object_(NULL),
569 ~Incremental_inputs() { delete this->strtab_; }
645 { return this->strtab_; }
685 Stringpool* strtab_; member in class:gold::Incremental_inputs
777 : p_(NULL), strtab_(NULL, 0), input_file_count_(0)
782 : p_(p), strtab_(strtab)
1156 if (this->strtab_.get_c_string(offset, &s))
1164 elfcpp::Elf_strtab strtab_; member in class:gold::Incremental_inputs_reader
H A Dincremental.cc1010 this->strtab_->add(this->command_line_.c_str(), false,
1032 this->strtab_->add(arch->filename().c_str(), false, &filename_key);
1056 : entry_(entry), strtab_(strtab)
1063 this->strtab_->add(sym, true, &symbol_key);
1069 Stringpool* strtab_; member in class:gold::Unused_symbol_visitor
1085 Unused_symbol_visitor v(entry, this->strtab_);
1104 this->strtab_->add(obj->name().c_str(), false, &filename_key);
1128 this->strtab_->add(dynobj->soname(), false, &soname_key);
1158 this->strtab_->add(name, true, &key);
1173 this->strtab_
[all...]
H A Doutput.h1075 : Output_section_data(1), strtab_(strtab)
1097 { this->strtab_->write_to_buffer(buffer, this->data_size()); }
1105 Stringpool* strtab_; member in class:gold::Output_data_strtab
H A Doutput.cc706 this->strtab_->set_string_offsets();
707 this->set_data_size(this->strtab_->get_strtab_size());
715 this->strtab_->write(of, this->offset());

Completed in 348 milliseconds