Home
last modified time | relevance | path

Searched refs:new_section_name_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dcompressed_output.cc219 this->new_section_name_ = std::string(".z") + (this->name() + 1); in set_final_data_size()
220 this->set_name(this->new_section_name_.c_str()); in set_final_data_size()
Dcompressed_output.h81 std::string new_section_name_; variable