Lines Matching refs:osec
51 asection *osec;
122 for (osec = link_info.output_bfd->sections;
123 osec != NULL;
124 osec = osec->next)
133 sh64_sec_data = sh64_elf_section_data (osec)->sh64_info;
136 if (bfd_get_section_flags (link_info.output_bfd, osec) & SEC_EXCLUDE)
143 sh64_elf_section_data (osec)->sh64_info = sh64_sec_data;
157 if (isec->output_section == osec
184 if (isec->output_section == osec
245 asection *osec;
264 first non-discarded section. For each input section in osec, we
267 for (osec = link_info.output_bfd->sections;
268 osec != NULL;
269 osec = osec->next)
275 if (bfd_get_section_flags (link_info.output_bfd, osec) & SEC_EXCLUDE)
289 if (isec->output_section == osec
316 if (isec->output_section == osec
335 BFD_ASSERT (sh64_elf_section_data (osec)->sh64_info);
337 sh64_elf_section_data (osec)->sh64_info->contents_flags
369 if (isec->output_section == osec
409 for (osec = link_info.output_bfd->sections;
410 osec != NULL;
411 osec = osec->next)
420 if ((bfd_get_section_flags (link_info.output_bfd, osec) & SEC_EXCLUDE) != 0
421 || (sh64_elf_section_data (osec)->sh64_info->contents_flags
438 if (isec->output_section == osec
475 == osec->vma + isec->output_offset))
513 cr_addr_order->u.reloc.p->u.section = osec;
525 osec->vma + isec->output_offset,
541 = osec->vma + isec->output_offset + cr_size;