Home | History | Annotate | Download | only in gold

Lines Matching refs:sections_

356       is_member_(false), sections_(), groups_()
357 { this->sections_.reserve(obj->shnum()); }
377 { this->sections_.push_back(Input_section(shndx, name_key, sh_size)); }
382 { return this->sections_.size(); }
387 { return this->sections_[n].shndx_; }
392 { return this->sections_[n].name_key_; }
397 { return this->sections_[n].sh_size_; }
445 std::vector<Input_section> sections_;