Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Ddwp.cc452 abiversion_(0), fd_(NULL), next_file_offset_(0), shnum_(1), sections_(), in Dwp_output_file()
659 std::vector<Section> sections_; member in gold::Dwp_output_file
722 output_file_(NULL), sections_(NULL) in Unit_reader()
744 Section_bounds* sections_; member in gold::Unit_reader
1610 this->sections_.push_back(sect); in add_output_section()
1641 Section& section = this->sections_[shndx - 1]; in add_contribution()
1842 for (unsigned int i = 0; i < this->sections_.size(); i++) in finalize()
1844 Section& sect = this->sections_[i]; in finalize()
1909 for (unsigned int i = 0; i < this->sections_.size(); ++i) in finalize()
1911 Section& sect = this->sections_[i]; in finalize()
[all …]
Dincremental.h356 is_member_(false), sections_(), groups_() in Incremental_object_entry()
357 { this->sections_.reserve(obj->shnum()); } in Incremental_object_entry()
377 { this->sections_.push_back(Input_section(shndx, name_key, sh_size)); } in add_input_section()
382 { return this->sections_.size(); } in get_input_section_count()
387 { return this->sections_[n].shndx_; } in get_input_section_index()
392 { return this->sections_[n].name_key_; } in get_input_section_name_key()
397 { return this->sections_[n].sh_size_; } in get_input_section_size()
445 std::vector<Input_section> sections_; variable