Lines Matching refs:os
405 const Output_section* os = this->do_output_section(shndx); in do_output_section_address() local
406 gold_assert(os != NULL); in do_output_section_address()
407 return os->address(); in do_output_section_address()
1196 Output_section* os = layout->layout(this, shndx, name, shdr, in layout_section() local
1199 this->output_sections()[shndx] = os; in layout_section()
1230 Output_section* os = layout->layout_eh_frame(this, in layout_eh_frame_section() local
1240 this->output_sections()[shndx] = os; in layout_eh_frame_section()
1241 if (os == NULL || offset == -1) in layout_eh_frame_section()
1255 if (os != NULL && offset == -1 && reloc_shndx != 0) in layout_eh_frame_section()
1799 Output_section* os = layout->layout_reloc(this, i, shdr, data_section, in do_layout() local
1801 out_sections[i] = os; in do_layout()
1925 Output_section* os = layout->layout_reloc(this, shndx, shdr, in do_layout_deferred_sections() local
1927 out_sections[shndx] = os; in do_layout_deferred_sections()
2286 Output_section* os = out_sections[shndx]; in compute_final_local_value_internal() local
2290 gold_assert(os == NULL && secoffset == invalid_address); in compute_final_local_value_internal()
2297 os = folded_obj->output_section(folded.second); in compute_final_local_value_internal()
2298 gold_assert(os != NULL); in compute_final_local_value_internal()
2305 os->find_relaxed_input_section(folded_obj, folded.second); in compute_final_local_value_internal()
2307 secoffset = relaxed_section->address() - os->address(); in compute_final_local_value_internal()
2311 if (os == NULL) in compute_final_local_value_internal()
2338 os->output_address(this, shndx, lv_in->input_value())); in compute_final_local_value_internal()
2340 else if (!os->find_starting_output_address(this, shndx, &start)) in compute_final_local_value_internal()
2349 os->find_relaxed_input_section(this, shndx); in compute_final_local_value_internal()
2353 relocatable ? os->address() : 0; in compute_final_local_value_internal()
2358 lv_out->set_output_value(os->address()); in compute_final_local_value_internal()
2368 relocatable ? start - os->address() : start; in compute_final_local_value_internal()
2377 && (os->flags() & elfcpp::SHF_TLS))) in compute_final_local_value_internal()
2378 lv_out->set_output_value(os->tls_offset() in compute_final_local_value_internal()
2382 lv_out->set_output_value((relocatable ? 0 : os->address()) in compute_final_local_value_internal()
2774 Output_section* os = kept_relobj->output_section(kept_shndx); in map_to_kept_section() local
2776 if (os != NULL && offset != invalid_address) in map_to_kept_section()
2779 return os->address() + offset; in map_to_kept_section()