Lines Matching refs:os
154 Output_segment* os, elfcpp::STT type, in init_base_output_segment() argument
161 this->u_.in_output_segment.output_segment = os; in init_base_output_segment()
252 Output_segment* os, Value_type value, in init_output_segment() argument
260 this->init_base_output_segment(name, version, os, type, binding, visibility, in init_output_segment()
517 Symbol::set_output_section(Output_section* os) in set_output_section() argument
523 gold_assert(this->output_section() == os); in set_output_section()
527 this->u_.in_output_data.output_data = os; in set_output_section()
542 Symbol::set_output_segment(Output_segment* os, Segment_offset_base base) in set_output_segment() argument
546 this->u_.in_output_segment.output_segment = os; in set_output_segment()
1966 Output_segment* os, in define_in_output_segment() argument
1979 return this->do_define_in_output_segment<32>(name, version, defined, os, in define_in_output_segment()
1990 return this->do_define_in_output_segment<64>(name, version, defined, os, in define_in_output_segment()
2010 Output_segment* os, in do_define_in_output_segment() argument
2048 sym->init_output_segment(name, version, os, value, symsize, type, binding, in do_define_in_output_segment()
2202 Output_section* os = layout->find_output_section(p->output_section); in define_symbols() local
2203 if (os != NULL) in define_symbols()
2204 this->define_in_output_data(p->name, NULL, PREDEFINED, os, p->value, in define_symbols()
2226 Output_segment* os = layout->find_output_segment(p->segment_type, in define_symbols() local
2229 if (os != NULL) in define_symbols()
2230 this->define_in_output_segment(p->name, NULL, PREDEFINED, os, p->value, in define_symbols()
2650 Output_section* os = relobj->output_section(shndx); in compute_final_value() local
2654 gold_assert(os == NULL); in compute_final_value()
2662 os = folded_obj->output_section(folded_shndx); in compute_final_value()
2663 gold_assert(os != NULL); in compute_final_value()
2671 if (os == NULL) in compute_final_value()
2685 value = os->output_address(relobj, shndx, sym->value()); in compute_final_value()
2692 value = sym->value() + os->tls_offset() + secoff; in compute_final_value()
2694 value = sym->value() + os->address() + secoff; in compute_final_value()
2708 Output_section* os = od->output_section(); in compute_final_value() local
2709 gold_assert(os != NULL); in compute_final_value()
2710 value += os->tls_offset() + (od->address() - os->address()); in compute_final_value()
2719 Output_segment* os = sym->output_segment(); in compute_final_value() local
2722 value += os->vaddr(); in compute_final_value()
2728 value += os->memsz(); in compute_final_value()
2731 value += os->filesz(); in compute_final_value()
2973 Output_section* os = relobj->output_section(in_shndx); in sized_write_globals() local
2984 os = folded_obj->output_section(folded.second); in sized_write_globals()
2985 gold_assert(os != NULL); in sized_write_globals()
2987 gold_assert(os != NULL); in sized_write_globals()
2988 shndx = os->out_shndx(); in sized_write_globals()
3002 sym_value -= os->address(); in sized_write_globals()
3145 Symbol_table::write_section_symbol(const Output_section* os, in write_section_symbol() argument
3154 this->sized_write_section_symbol<32, false>(os, symtab_xindex, of, in write_section_symbol()
3160 this->sized_write_section_symbol<32, true>(os, symtab_xindex, of, in write_section_symbol()
3166 this->sized_write_section_symbol<64, false>(os, symtab_xindex, of, in write_section_symbol()
3172 this->sized_write_section_symbol<64, true>(os, symtab_xindex, of, in write_section_symbol()
3185 Symbol_table::sized_write_section_symbol(const Output_section* os, in sized_write_section_symbol() argument
3199 osym.put_st_value(os->address()); in sized_write_section_symbol()
3205 unsigned int shndx = os->out_shndx(); in sized_write_section_symbol()
3208 symtab_xindex->add(os->symtab_index(), shndx); in sized_write_section_symbol()