Lines Matching refs:os
658 set_output_section(Output_section* os);
1056 Output_reloc(Output_section* os, unsigned int type, Output_data* od,
1059 Output_reloc(Output_section* os, unsigned int type,
1205 Output_section* os; member
1307 Output_reloc(Output_section* os, unsigned int type, Output_data* od, in Output_reloc() argument
1309 : rel_(os, type, od, address, is_relative), addend_(addend) in Output_reloc()
1312 Output_reloc(Output_section* os, unsigned int type, in Output_reloc() argument
1316 : rel_(os, type, relobj, shndx, address, is_relative), addend_(addend) in Output_reloc()
1447 add_output_section_generic(Output_section *os, unsigned int type,
1456 add_output_section_generic(Output_section* os, unsigned int type,
1504 do_adjust_output_section(Output_section* os);
1777 add_output_section(Output_section* os, unsigned int type, in add_output_section() argument
1779 { this->add(od, Output_reloc_type(os, type, od, address, false)); } in add_output_section()
1782 add_output_section(Output_section* os, unsigned int type, Output_data* od, in add_output_section() argument
1785 { this->add(od, Output_reloc_type(os, type, relobj, shndx, address, false)); } in add_output_section()
1788 add_output_section_generic(Output_section* os, unsigned int type, in add_output_section_generic() argument
1793 this->add(od, Output_reloc_type(os, type, od, in add_output_section_generic()
1799 add_output_section_generic(Output_section* os, unsigned int type, in add_output_section_generic() argument
1807 this->add(od, Output_reloc_type(os, type, sized_relobj, shndx, in add_output_section_generic()
1815 add_output_section_relative(Output_section* os, unsigned int type, in add_output_section_relative() argument
1817 { this->add(od, Output_reloc_type(os, type, od, address, true)); } in add_output_section_relative()
1820 add_output_section_relative(Output_section* os, unsigned int type, in add_output_section_relative() argument
1824 { this->add(od, Output_reloc_type(os, type, relobj, shndx, address, true)); } in add_output_section_relative()
2094 add_output_section(Output_section* os, unsigned int type, Output_data* od, in add_output_section() argument
2096 { this->add(od, Output_reloc_type(os, type, od, address, addend, false)); } in add_output_section()
2099 add_output_section(Output_section* os, unsigned int type, Output_data* od, in add_output_section() argument
2103 this->add(od, Output_reloc_type(os, type, relobj, shndx, address, in add_output_section()
2108 add_output_section_generic(Output_section* os, unsigned int type, in add_output_section_generic() argument
2112 this->add(od, Output_reloc_type(os, type, od, in add_output_section_generic()
2119 add_output_section_generic(Output_section* os, unsigned int type, in add_output_section_generic() argument
2126 this->add(od, Output_reloc_type(os, type, sized_relobj, shndx, in add_output_section_generic()
2135 add_output_section_relative(Output_section* os, unsigned int type, in add_output_section_relative() argument
2137 { this->add(od, Output_reloc_type(os, type, od, address, addend, true)); } in add_output_section_relative()
2140 add_output_section_relative(Output_section* os, unsigned int type, in add_output_section_relative() argument
2146 this->add(od, Output_reloc_type(os, type, relobj, shndx, in add_output_section_relative()
3214 set_info_section(const Output_section* os) in set_info_section() argument
3217 || (this->info_section_ == os in set_info_section()
3221 this->info_section_ = os; in set_info_section()
3238 set_info_section_symndx(const Output_section* os) in set_info_section_symndx() argument
3241 || (this->info_section_ == os in set_info_section_symndx()
3245 this->info_section_ = os; in set_info_section_symndx()
3732 set_output_section(Output_section* os) in set_output_section() argument
3737 posd->set_output_section(os); in set_output_section()
4546 add_output_section_to_load(Layout* layout, Output_section* os,
4552 add_output_section_to_nonload(Output_section* os,
4558 remove_output_section(Output_section* os);
4582 const Output_section* os = this->first_section(); in first_section_load_address() local
4583 return os->has_load_address() ? os->load_address() : os->address(); in first_section_load_address()