Lines Matching refs:os
595 Output_section* os = this->section_map_[shndx]; in do_reserve_layout() local
596 off_t offset = gsym.get_st_value() - os->address(); in do_reserve_layout()
597 os->reserve(offset, gsym.get_st_size()); in do_reserve_layout()
600 os->name(), in do_reserve_layout()
615 Output_section* os = this->section_map_[sect.output_shndx]; in do_reserve_layout() local
616 gold_assert(os != NULL); in do_reserve_layout()
617 os->reserve(sect.sh_offset, sect.sh_size); in do_reserve_layout()
797 Output_section* os = this->output_section(r_shndx); in do_apply_incremental_relocs() local
798 Address address = os->address(); in do_apply_incremental_relocs()
799 off_t section_offset = os->offset(); in do_apply_incremental_relocs()
800 size_t view_size = os->data_size(); in do_apply_incremental_relocs()
807 os->name(), in do_apply_incremental_relocs()
1597 Output_section* os = obj->output_section(shndx); in write_info_blocks() local
1598 if (os != NULL) in write_info_blocks()
1600 out_shndx = os->out_shndx(); in write_info_blocks()
2053 Output_section* os = this->ibase_->output_section(sect.output_shndx); in do_layout() local
2054 gold_assert(os != NULL); in do_layout()
2055 out_sections[i] = os; in do_layout()
2063 const char* name = os->name(); in do_layout()
2175 Output_section* os = this->ibase_->output_section(shndx); in do_add_symbols() local
2176 gold_assert(os != NULL && os->has_fixed_layout()); in do_add_symbols()
2181 v -= os->address(); in do_add_symbols()
2215 Output_section* os = this->ibase_->output_section(shndx); in do_add_symbols() local
2216 gold_assert(os != NULL && os->has_fixed_layout()); in do_add_symbols()
2217 v -= os->address(); in do_add_symbols()
2219 os->reserve(v, symsize); in do_add_symbols()
2222 os, v, symsize, st_type, st_bind, in do_add_symbols()
2275 const Output_section* os = out_sections[shndx]; in do_section_name() local
2276 if (os == NULL) in do_section_name()
2278 return os->name(); in do_section_name()
2291 Output_section* os = out_sections[shndx]; in do_section_contents() local
2292 gold_assert(os != NULL); in do_section_contents()
2293 off_t section_offset = os->offset(); in do_section_contents()
2571 Output_section* os = this->ibase_->output_section(shndx); in do_relocate() local
2572 gold_assert(os != NULL); in do_relocate()
2573 shndx = os->out_shndx(); in do_relocate()
2610 Output_section* os = this->ibase_->output_section(st_shndx); in do_relocate() local
2611 st_shndx = os->out_shndx(); in do_relocate()
2805 Output_section* os = this->ibase_->output_section(shndx); in do_add_symbols() local
2806 off_t offset = v - os->address(); in do_add_symbols()
2807 this->ibase_->add_copy_reloc(this->symbols_[i], os, offset); in do_add_symbols()