Searched refs:sections_elements_ (Results 1 – 4 of 4) sorted by relevance
3332 gold_assert(!this->sections_elements_->empty()); in set_memory_region()3333 this->sections_elements_->back()->set_memory_region(mr, set_vma); in set_memory_region()3341 sections_elements_(NULL), in Script_sections()3362 if (this->sections_elements_ == NULL) in start_sections()3363 this->sections_elements_ = new Sections_elements; in start_sections()3390 this->sections_elements_->push_back(p); in add_symbol_assignment()3406 if (this->sections_elements_ == NULL) in add_dot_assignment()3408 this->sections_elements_ = new Sections_elements; in add_dot_assignment()3413 this->sections_elements_->push_back(p); in add_dot_assignment()3429 this->sections_elements_->push_back(p); in add_assertion()[all …]
307 Sections_elements* sections_elements_; variable