Home
last modified time | relevance | path

Searched refs:Phdrs_element (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dscript-sections.h41 class Phdrs_element; variable
264 typedef std::vector<Phdrs_element*> Phdrs_elements;
Dscript-sections.cc2956 class Phdrs_element class
2959 Phdrs_element(const char* name, size_t namelen, unsigned int type, in Phdrs_element() function in gold::Phdrs_element
3066 Phdrs_element::print(FILE* f) const in print()
4010 this->phdrs_elements_->push_back(new Phdrs_element(name, namelen, type, in add_phdr()
DChangeLog12811 (Phdrs_element::release_segment): New method definition.