Searched refs:sections_elements_ (Results 1 – 2 of 2) sorted by relevance
3160 gold_assert(!this->sections_elements_->empty()); in set_memory_region()3161 this->sections_elements_->back()->set_memory_region(mr, set_vma); in set_memory_region()3169 sections_elements_(NULL), in Script_sections()3189 if (this->sections_elements_ == NULL) in start_sections()3190 this->sections_elements_ = new Sections_elements; in start_sections()3217 this->sections_elements_->push_back(p); in add_symbol_assignment()3233 if (this->sections_elements_ == NULL) in add_dot_assignment()3235 this->sections_elements_ = new Sections_elements; in add_dot_assignment()3240 this->sections_elements_->push_back(p); in add_dot_assignment()3256 this->sections_elements_->push_back(p); in add_assertion()[all …]
304 Sections_elements* sections_elements_; variable