HomeSort by relevance Sort by last modified time
    Searched full:new_section_name_ (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
compressed_output.h 81 std::string new_section_name_; member in class:gold::Output_compressed_section
compressed_output.cc 219 this->new_section_name_ = std::string(".z") + (this->name() + 1);
220 this->set_name(this->new_section_name_.c_str());

Completed in 56 milliseconds