Lines Matching refs:phdrs_elements_

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()
4246 this->phdrs_elements_->begin(); in attach_sections_using_phdrs_clause()
4247 ppe != this->phdrs_elements_->end(); in attach_sections_using_phdrs_clause()
4319 for (Phdrs_elements::const_iterator p = this->phdrs_elements_->begin(); in set_phdrs_clause_addresses()
4320 p != this->phdrs_elements_->end(); in set_phdrs_clause_addresses()
4412 for (Phdrs_elements::iterator p = this->phdrs_elements_->begin(); in put_headers_in_phdrs()
4413 p != this->phdrs_elements_->end(); in put_headers_in_phdrs()
4457 for (Phdrs_elements::const_iterator p = this->phdrs_elements_->begin(); in release_segments()
4458 p != this->phdrs_elements_->end(); in release_segments()
4470 if (this->phdrs_elements_ != NULL) in print()
4473 for (Phdrs_elements::const_iterator p = this->phdrs_elements_->begin(); in print()
4474 p != this->phdrs_elements_->end(); in print()