Home | History | Annotate | Download | only in gold

Lines Matching defs:sections_

452       abiversion_(0), fd_(NULL), next_file_offset_(0), shnum_(1), sections_(),
659 std::vector<Section> sections_;
722 output_file_(NULL), sections_(NULL)
744 Section_bounds* sections_;
1610 this->sections_.push_back(sect);
1641 Section& section = this->sections_[shndx - 1];
1842 for (unsigned int i = 0; i < this->sections_.size(); i++)
1844 Section& sect = this->sections_[i];
1909 for (unsigned int i = 0; i < this->sections_.size(); ++i)
1911 Section& sect = this->sections_[i];
1956 Section& section = this->sections_[shndx - 1];
2231 this->sections_ = sections;
2247 unit_set->sections[i] = this->sections_[i];
2275 unit_set->sections[i] = this->sections_[i];