Home | History | Annotate | Download | only in bfd

Lines Matching refs:isec

652 				   struct bfd_section *isec,
659 unsigned char * isec_contents = elf_section_data (isec)->this_hdr.contents;
669 if (! bfd_malloc_and_get_section (abfd, isec, &isec_contents))
672 elf_section_data (isec)->this_hdr.contents = isec_contents;
727 asection *isec,
736 if (!elf32_ft32_adjust_diff_reloc_value (abfd, isec, irel,
814 struct bfd_section *isec;
816 for (isec = abfd->sections; isec; isec = isec->next)
821 if (isec->reloc_count == 0)
827 irel = elf_section_data (isec)->relocs;
830 irel = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL, true);
832 for (irelend = irel + isec->reloc_count; irel < irelend; irel++)
886 if (!elf32_ft32_adjust_reloc_if_spans_insn (abfd, isec,
972 struct bfd_section *isec;
982 for (isec = abfd->sections; isec; isec = isec->next)
984 irel = elf_section_data (isec)->relocs;
986 irel = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL, true);
988 irelend = irel + isec->reloc_count;