Home | History | Annotate | Download | only in bfd

Lines Matching defs:isec

9273       asection *isec;
9291 isec = bfd_und_section_ptr;
9293 isec = bfd_abs_section_ptr;
9295 isec = bfd_com_section_ptr;
9298 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
9299 if (isec == NULL)
9306 else if (isec->sec_info_type == SEC_INFO_TYPE_MERGE
9309 _bfd_merged_section_offset (output_bfd, &isec,
9310 elf_section_data (isec)->sec_info,
9314 *ppsection = isec;
9346 isec->output_section))
9360 && (isec->flags & SEC_MERGE) && !flinfo->info->relocatable)
9392 isec->output_section);
9403 osym.st_value += isec->output_offset;
9406 osym.st_value += isec->output_section->vma;
9416 ret = elf_link_output_sym (flinfo, name, &osym, isec, NULL);
11808 asection *isec;
11819 for (isec = ibfd->sections; isec != NULL; isec = isec->next)
11821 if ((isec->flags & SEC_LINKER_CREATED) != 0)
11822 isec->gc_mark = 1;
11823 else if (isec->gc_mark)
11827 && (isec->flags & SEC_DEBUGGING)
11828 && CONST_STRNEQ (isec->name, ".debug_line."))
11839 for (isec = ibfd->sections; isec != NULL; isec = isec->next)
11840 if ((elf_next_in_group (isec) == NULL
11841 || elf_next_in_group (isec) == isec)
11842 && ((isec->flags & SEC_DEBUGGING) != 0
11843 || (isec->flags & (SEC_ALLOC | SEC_LOAD | SEC_RELOC)) == 0))
11844 isec->gc_mark = 1;
11852 for (isec = ibfd->sections; isec != NULL; isec = isec->next)
11853 if ((isec->flags & SEC_CODE) != 0
11854 && isec->gc_mark == 0)
11859 ilen = strlen (isec->name);
11877 isec->name, ilen) == 0)
12630 asection *isec;
12635 isec = bfd_section_from_elf_index (rcookie->abfd, isym->st_shndx);
12636 if (isec != NULL
12637 && (isec->kept_section != NULL
12638 || discarded_section (isec)))