Lines Matching defs:os

155 				 Output_segment* os, elfcpp::STT type,
162 this->u_.in_output_segment.output_segment = os;
253 Output_segment* os, Value_type value,
261 this->init_base_output_segment(name, version, os, type, binding, visibility,
519 Symbol::set_output_section(Output_section* os)
525 gold_assert(this->output_section() == os);
529 this->u_.in_output_data.output_data = os;
544 Symbol::set_output_segment(Output_segment* os, Segment_offset_base base)
548 this->u_.in_output_segment.output_segment = os;
2031 Output_segment* os,
2044 return this->do_define_in_output_segment<32>(name, version, defined, os,
2055 return this->do_define_in_output_segment<64>(name, version, defined, os,
2075 Output_segment* os,
2116 sym->init_output_segment(name, version, os, value, symsize, type, binding,
2275 Output_section* os = layout->find_output_section(p->output_section);
2276 if (os != NULL)
2277 this->define_in_output_data(p->name, NULL, PREDEFINED, os, p->value,
2299 Output_segment* os = layout->find_output_segment(p->segment_type,
2302 if (os != NULL)
2303 this->define_in_output_segment(p->name, NULL, PREDEFINED, os, p->value,
2778 Output_section* os = relobj->output_section(shndx);
2782 gold_assert(os == NULL);
2783 // Get the os of the section it is folded onto.
2790 os = folded_obj->output_section(folded_shndx);
2791 gold_assert(os != NULL);
2799 if (os == NULL)
2813 value = os->output_address(relobj, shndx, sym->value());
2820 value = sym->value() + os->tls_offset() + secoff;
2822 value = sym->value() + os->address() + secoff;
2836 Output_section* os = od->output_section();
2837 gold_assert(os != NULL);
2838 value += os->tls_offset() + (od->address() - os->address());
2847 Output_segment* os = sym->output_segment();
2850 value += os->vaddr();
2856 value += os->memsz();
2859 value += os->filesz();
3101 Output_section* os = relobj->output_section(in_shndx);
3106 // Get the os of the section it is folded onto.
3112 os = folded_obj->output_section(folded.second);
3113 gold_assert(os != NULL);
3115 gold_assert(os != NULL);
3116 shndx = os->out_shndx();
3130 sym_value -= os->address();
3154 Output_section* os = od->output_section();
3155 gold_assert(os != NULL);
3156 sym_value -= os->address();
3329 Symbol_table::write_section_symbol(const Output_section* os,
3338 this->sized_write_section_symbol<32, false>(os, symtab_xindex, of,
3344 this->sized_write_section_symbol<32, true>(os, symtab_xindex, of,
3350 this->sized_write_section_symbol<64, false>(os, symtab_xindex, of,
3356 this->sized_write_section_symbol<64, true>(os, symtab_xindex, of,
3369 Symbol_table::sized_write_section_symbol(const Output_section* os,
3383 osym.put_st_value(os->address());
3389 unsigned int shndx = os->out_shndx();
3392 symtab_xindex->add(os->symtab_index(), shndx);