Home | History | Annotate | Download | only in bfd

Lines Matching defs:isec

5836       unsigned int isec;
5963 isec = 0;
5990 && isec == 0
6018 map->sections[isec++] = output_section;
6035 if (isec == section_count)
6114 isec = 0;
6175 ++isec;
6192 if (isec < section_count)
6219 while (isec < section_count);
6368 unsigned int isec = 0;
6377 map->sections[isec++] = section->output_section;
6398 if (isec == section_count)
6541 asection *isec,
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)
6577 if (elf_sec_group (isec) == NULL
6578 || (elf_sec_group (isec)->flags & SEC_LINKER_CREATED) == 0)
6580 if (elf_section_flags (isec) & SHF_GROUP)
6582 elf_next_in_group (osec) = elf_next_in_group (isec);
6583 elf_section_data (osec)->group = elf_section_data (isec)->group;
6587 ihdr = &elf_section_data (isec)->this_hdr;
6596 elf_linked_to_section (osec) = elf_linked_to_section (isec);
6599 osec->use_rela_p = isec->use_rela_p;
6609 asection *isec,
6619 ihdr = &elf_section_data (isec)->this_hdr;
6630 return _bfd_elf_init_private_section_data (ibfd, isec, obfd, osec,
6644 asection *isec;
6646 for (isec = ibfd->sections; isec != NULL; isec = isec->next)
6647 if (elf_section_type (isec) == SHT_GROUP)
6649 asection *first = elf_next_in_group (isec);
6659 && isec->output_section == discarded)
6667 && isec->output_section != discarded)
6681 if (isec->rawsize == 0)
6682 isec->rawsize = isec->size;
6683 isec->size = isec->rawsize - removed;
6689 isec->output_section->size -= removed;