Searched refs:phdrs_elements_ (Results 1 – 2 of 2) sorted by relevance
93 { return this->saw_sections_clause_ && this->phdrs_elements_ != NULL; } in saw_phdrs_clause()310 Phdrs_elements* phdrs_elements_; variable
3284 phdrs_elements_(NULL), in Script_sections()3708 if (this->phdrs_elements_ != NULL) in set_section_addresses()3710 for (Phdrs_elements::iterator p = this->phdrs_elements_->begin(); in set_section_addresses()3711 p != this->phdrs_elements_->end(); in set_section_addresses()4123 if (this->phdrs_elements_ == NULL) in add_phdr()4124 this->phdrs_elements_ = new Phdrs_elements(); in add_phdr()4125 this->phdrs_elements_->push_back(new Phdrs_element(name, namelen, type, in add_phdr()4143 return this->phdrs_elements_->size(); in expected_segment_count()4210 for (Phdrs_elements::const_iterator p = this->phdrs_elements_->begin(); in attach_sections_using_phdrs_clause()4211 p != this->phdrs_elements_->end(); in attach_sections_using_phdrs_clause()[all …]