Lines Matching defs:os

452   const Output_section* os = this->do_output_section(shndx);
453 gold_assert(os != NULL);
454 return os->address();
1260 Output_section* os = layout->layout(this, shndx, name, shdr,
1263 this->output_sections()[shndx] = os;
1294 Output_section* os = layout->layout_eh_frame(this,
1304 this->output_sections()[shndx] = os;
1305 if (os == NULL || offset == -1)
1319 if (os != NULL && offset == -1 && reloc_shndx != 0)
1863 Output_section* os = layout->layout_reloc(this, i, shdr, data_section,
1865 out_sections[i] = os;
1989 Output_section* os = layout->layout_reloc(this, shndx, shdr,
1991 out_sections[shndx] = os;
2357 Output_section* os = out_sections[shndx];
2361 gold_assert(os == NULL && secoffset == invalid_address);
2362 // Get the os of the section it is folded onto.
2368 os = folded_obj->output_section(folded.second);
2369 gold_assert(os != NULL);
2376 os->find_relaxed_input_section(folded_obj, folded.second);
2378 secoffset = relaxed_section->address() - os->address();
2382 if (os == NULL)
2400 // os == NULL above.
2409 os->output_address(this, shndx, lv_in->input_value()));
2411 else if (!os->find_starting_output_address(this, shndx, &start))
2420 os->find_relaxed_input_section(this, shndx);
2424 relocatable ? os->address() : 0;
2429 lv_out->set_output_value(os->address());
2439 relocatable ? start - os->address() : start;
2448 && (os->flags() & elfcpp::SHF_TLS)))
2449 lv_out->set_output_value(os->tls_offset()
2453 lv_out->set_output_value((relocatable ? 0 : os->address())
2849 Output_section* os = kept_relobj->output_section(kept_shndx);
2851 if (os != NULL && offset != invalid_address)
2854 return os->address() + offset;