Home | History | Annotate | Download | only in gold

Lines Matching refs:os_

2818     : os_(os)
2826 { return this->os_->is_relro(); }
2848 { return this->os_; }
2855 this->os_->name());
2859 Output_section* os_;
2875 address = align_address(address, this->os_->addralign());
2882 if (this->os_ != NULL
2883 && this->os_->input_section_order_specified())
2884 this->os_->sort_attached_input_sections();
2897 if ((this->os_->flags() & elfcpp::SHF_ALLOC) != 0)
2899 this->os_->set_address(address);
2901 this->os_->set_load_address(align_address(*load_address,
2902 this->os_->addralign()));
2906 address += this->os_->get_input_sections(address, "", &input_sections);
2917 this->os_->add_script_input_section(*p);
2927 else if (this->os_ == NULL
2928 || (this->os_
2929 || this->os_->type() != elfcpp::SHT_NOBITS)
2948 if ((this->os_->flags() & elfcpp::SHF_ALLOC) == 0)
2951 return this->os_;