Lines Matching refs:os
295 Output_section* os = out_sections[shndx]; in do_read_relocs() local
296 if (os == NULL) in do_read_relocs()
357 sr.output_section = os; in do_read_relocs()
736 const Output_section* os = out_sections[i]; in write_sections() local
737 if (os == NULL) in write_sections()
794 if (!os->requires_postprocessing()) in write_sections()
796 output_section_offset = os->offset(); in write_sections()
797 output_section_size = convert_types<Address, off_t>(os->data_size()); in write_sections()
803 convert_types<Address, off_t>(os->postprocessing_buffer_size()); in write_sections()
833 if (os->requires_postprocessing()) in write_sections()
835 unsigned char* buffer = os->postprocessing_buffer(); in write_sections()
875 pvs->address = os->address(); in write_sections()
881 pvs->is_postprocessing_view = os->requires_postprocessing(); in write_sections()
885 && (strcmp(os->name(), ".init_array") == 0 in write_sections()
886 || strcmp(os->name(), ".fini_array") == 0) in write_sections()
944 Output_section* os = out_sections[index]; in do_relocate_sections() local
945 if (os == NULL) in do_relocate_sections()
1013 target->relocate_section(&relinfo, sh_type, prelocs, reloc_count, os, in do_relocate_sections()
1020 os, output_offset, rr, in do_relocate_sections()
1027 reloc_count, os, output_offset, of); in do_relocate_sections()
1033 os, output_offset, rr, in do_relocate_sections()