Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Dscript-sections.h41 class Phdrs_element; variable
267 typedef std::vector<Phdrs_element*> Phdrs_elements;
Dscript-sections.cc3128 class Phdrs_element class
3131 Phdrs_element(const char* name, size_t namelen, unsigned int type, in Phdrs_element() function in gold::Phdrs_element
3238 Phdrs_element::print(FILE* f) const in print()
4218 this->phdrs_elements_->push_back(new Phdrs_element(name, namelen, type, in add_phdr()
DChangeLog-081514228 (Phdrs_element::release_segment): New method definition.