Home
last modified time | relevance | path

Searched refs:compressed_sections_ (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dobject.h351 compressed_sections_(NULL) in name_()
748 if (this->compressed_sections_ == NULL) in section_is_compressed()
751 this->compressed_sections_->find(shndx); in section_is_compressed()
752 if (p != this->compressed_sections_->end()) in section_is_compressed()
970 { this->compressed_sections_ = compressed_sections; } in set_compressed_sections()
974 { return this->compressed_sections_; } in compressed_sections()
1012 Compressed_section_map* compressed_sections_; variable
Dobject.cc2822 if (this->compressed_sections_ == NULL) in decompressed_section_contents()
2830 this->compressed_sections_->find(shndx); in decompressed_section_contents()
2831 if (p == this->compressed_sections_->end()) in decompressed_section_contents()
2870 if (this->compressed_sections_ == NULL) in discard_decompressed_sections()
2873 for (Compressed_section_map::iterator p = this->compressed_sections_->begin(); in discard_decompressed_sections()
2874 p != this->compressed_sections_->end(); in discard_decompressed_sections()
DChangeLog8564 (Sized_relobj::compressed_sections_): New data member.