Lines Matching refs:os

2065 	  Output_section* os  in do_define_standard_symbols()  local
2072 os, 32768, 0, elfcpp::STT_OBJECT, in do_define_standard_symbols()
2847 Output_section* os = (*p)->output_section(); in do_relax() local
2848 (*p)->set_address_and_size(os, off); in do_relax()
2913 Output_section* os = *p; in do_relax() local
2916 for (Input_section_list::const_iterator i = os->input_sections().begin(); in do_relax()
2917 i != os->input_sections().end(); in do_relax()
2928 off += stub_table->set_address_and_size(os, off); in do_relax()
2935 os->clear_section_offsets_need_adjustment(); in do_relax()
3066 do_adjust_output_section(Output_section* os) in do_adjust_output_section() argument
3068 os->set_entsize(0); in do_adjust_output_section()
3371 Output_section* os = this->output_section(); in set_current_size() local
3372 os->set_section_offsets_need_adjustment(); in set_current_size()
3380 Output_section* os = this->rel_->output_section(); in set_current_size() local
3381 os->set_section_offsets_need_adjustment(); in set_current_size()
3387 do_adjust_output_section(Output_section* os) in do_adjust_output_section() argument
3389 os->set_entsize(0); in do_adjust_output_section()
3652 set_address_and_size(const Output_section* os, Address off) in set_address_and_size() argument
3663 this->set_address_and_file_offset(os->address() + start_off, in set_address_and_size()
3664 os->offset() + start_off); in set_address_and_size()
3689 Output_section* os = this->output_section(); in size_update() local
3690 if (os->addralign() < this->stub_align()) in size_update()
3692 os->set_addralign(this->stub_align()); in size_update()
3705 os->checkpoint_set_addralign(this->stub_align()); in size_update()
5743 Output_section* os = layout->tls_segment()->first_section(); in local() local
5744 gold_assert(os != NULL); in local()
5745 os->set_needs_symtab_index(); in local()
6226 Output_section* os = layout->tls_segment()->first_section(); in global() local
6227 gold_assert(os != NULL); in global()
6228 os->set_needs_symtab_index(); in global()
6658 Output_section* os = this->got_->output_section(); in do_finalize_sections() local
6659 if (os != NULL && os->input_sections().size() > 1) in do_finalize_sections()
6660 std::stable_sort(os->input_sections().begin(), in do_finalize_sections()
6661 os->input_sections().end(), in do_finalize_sections()
6790 Output_section* os, in relocate() argument
6873 gold_assert(has_stub_value || !(os->flags() & elfcpp::SHF_ALLOC)); in relocate()
7289 if (os != NULL) in relocate()
7290 value -= os->address(); in relocate()
8017 Output_section* os = object->output_section(shndx); in relocate_relocs() local
8018 gold_assert(os != NULL); in relocate_relocs()
8019 gold_assert(os->needs_symtab_index()); in relocate_relocs()
8020 r_sym = os->symtab_index(); in relocate_relocs()
8123 const Output_section* os = relinfo->layout->tls_segment() in relocate_relocs() local
8125 gold_assert(os != NULL); in relocate_relocs()
8126 gold_assert(os->needs_symtab_index()); in relocate_relocs()
8127 r_sym = os->symtab_index(); in relocate_relocs()
8184 const Output_section* os = relinfo->layout->tls_segment() in relocate_relocs() local
8186 gold_assert(os != NULL); in relocate_relocs()
8187 gold_assert(os->needs_symtab_index()); in relocate_relocs()
8188 r_sym = os->symtab_index(); in relocate_relocs()