Home
last modified time | relevance | path

Searched refs:phdrs_elements_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dscript-sections.h93 { return this->saw_sections_clause_ && this->phdrs_elements_ != NULL; } in saw_phdrs_clause()
310 Phdrs_elements* phdrs_elements_; variable
Dscript-sections.cc3284 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 …]