Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dincremental.h563 strtab_(new Stringpool()), current_object_(NULL), in Incremental_inputs()
569 ~Incremental_inputs() { delete this->strtab_; } in ~Incremental_inputs()
645 { return this->strtab_; } in get_stringpool()
685 Stringpool* strtab_; variable
777 : p_(NULL), strtab_(NULL, 0), input_file_count_(0) in Incremental_inputs_reader()
782 : p_(p), strtab_(strtab) in Incremental_inputs_reader()
1156 if (this->strtab_.get_c_string(offset, &s)) in get_string()
1164 elfcpp::Elf_strtab strtab_; variable
Dincremental.cc1005 this->strtab_->add(this->command_line_.c_str(), false, in report_command_line()
1027 this->strtab_->add(arch->filename().c_str(), false, &filename_key); in report_archive_begin()
1051 : entry_(entry), strtab_(strtab) in Unused_symbol_visitor()
1058 this->strtab_->add(sym, true, &symbol_key); in visit()
1064 Stringpool* strtab_; member in gold::Unused_symbol_visitor
1080 Unused_symbol_visitor v(entry, this->strtab_); in report_archive_end()
1099 this->strtab_->add(obj->name().c_str(), false, &filename_key); in report_object()
1123 this->strtab_->add(dynobj->soname(), false, &soname_key); in report_object()
1153 this->strtab_->add(name, true, &key); in report_input_section()
1168 this->strtab_->add(name, true, &key); in report_comdat_group()
[all …]
Doutput.h962 : Output_section_data(1), strtab_(strtab) in Output_data_strtab()
984 { this->strtab_->write_to_buffer(buffer, this->data_size()); } in do_write_to_buffer()
992 Stringpool* strtab_;
Doutput.cc692 this->strtab_->set_string_offsets(); in set_final_data_size()
693 this->set_data_size(this->strtab_->get_strtab_size()); in set_final_data_size()
701 this->strtab_->write(of, this->offset()); in do_write()