Lines Matching defs:os

2312 	  Output_section* os
2319 os, 32768, 0, elfcpp::STT_OBJECT,
3150 Output_section* os = (*p)->output_section();
3151 (*p)->set_address_and_size(os, off);
3216 Output_section* os = *p;
3219 for (Input_section_list::const_iterator i = os->input_sections().begin();
3220 i != os->input_sections().end();
3231 Address stub_table_size = stub_table->set_address_and_size(os, off);
3244 os->clear_section_offsets_need_adjustment();
3405 do_adjust_output_section(Output_section* os)
3407 os->set_entsize(0);
3722 Output_section* os = this->output_section();
3723 os->set_section_offsets_need_adjustment();
3730 Output_section* os = this->rel_->output_section();
3731 os->set_section_offsets_need_adjustment();
3737 do_adjust_output_section(Output_section* os)
3739 os->set_entsize(0);
4007 set_address_and_size(const Output_section* os, Address off)
4025 this->set_address_and_file_offset(os->address() + start_off,
4026 os->offset() + start_off);
4058 Output_section* os = this->output_section();
4059 if (os->addralign() < this->stub_align())
4061 os->set_addralign(this->stub_align());
4074 os->checkpoint_set_addralign(this->stub_align());
6273 Output_section* os = layout->tls_segment()->first_section();
6274 gold_assert(os != NULL);
6275 os->set_needs_symtab_index();
6908 Output_section* os = layout->tls_segment()->first_section();
6909 gold_assert(os != NULL);
6910 os->set_needs_symtab_index();
7584 Output_section* os = this->got_->output_section();
7585 if (os != NULL && os->input_sections().size() > 1)
7586 std::stable_sort(os->input_sections().begin(),
7587 os->input_sections().end(),
7727 Output_section* os,
7815 gold_assert(has_stub_value || !(os->flags() & elfcpp::SHF_ALLOC));
8228 if (os != NULL)
8229 value -= os->address();
9143 Output_section* os = NULL;
9168 os = object->output_section(shndx);
9169 gold_assert(os != NULL);
9170 gold_assert(os->needs_symtab_index());
9171 r_sym = os->symtab_index();
9221 gold_assert(os != NULL);
9222 addend = psymval->value(object, addend) - os->address();
9288 const Output_section* os = relinfo->layout->tls_segment()
9290 gold_assert(os != NULL);
9291 gold_assert(os->needs_symtab_index());
9292 r_sym = os->symtab_index();
9349 const Output_section* os = relinfo->layout->tls_segment()
9351 gold_assert(os != NULL);
9352 gold_assert(os->needs_symtab_index());
9353 r_sym = os->symtab_index();