Lines Matching refs:osec
6442 asection *section, *osec;
6477 osec = section->output_section;
6478 if (osec)
6479 osec->segment_mark = TRUE;
6487 if (osec == NULL
6488 || section->flags != osec->flags
6489 || section->lma != osec->lma
6490 || section->vma != osec->vma
6491 || section->size != osec->size
6492 || section->rawsize != osec->rawsize
6493 || section->alignment_power != osec->alignment_power)
6543 asection *osec,
6554 BFD_ASSERT (elf_section_data (osec) != NULL);
6560 if (elf_section_type (osec) == SHT_NULL
6561 && (osec->flags == isec->flags
6563 && ((osec->flags ^ isec->flags)
6565 elf_section_type (osec) = elf_section_type (isec);
6568 elf_section_flags (osec) |= (elf_section_flags (isec)
6581 elf_section_flags (osec) |= SHF_GROUP;
6582 elf_next_in_group (osec) = elf_next_in_group (isec);
6583 elf_section_data (osec)->group = elf_section_data (isec)->group;
6594 ohdr = &elf_section_data (osec)->this_hdr;
6596 elf_linked_to_section (osec) = elf_linked_to_section (isec);
6599 osec->use_rela_p = isec->use_rela_p;
6611 asection *osec)
6620 ohdr = &elf_section_data (osec)->this_hdr;
6630 return _bfd_elf_init_private_section_data (ibfd, isec, obfd, osec,