Home | History | Annotate | Download | only in bfd

Lines Matching refs:isec

651 				   struct bfd_section *isec,
658 unsigned char * isec_contents = elf_section_data (isec)->this_hdr.contents;
668 if (! bfd_malloc_and_get_section (abfd, isec, &isec_contents))
671 elf_section_data (isec)->this_hdr.contents = isec_contents;
726 asection *isec,
735 if (!elf32_ft32_adjust_diff_reloc_value (abfd, isec, irel,
813 struct bfd_section *isec;
815 for (isec = abfd->sections; isec; isec = isec->next)
820 if (isec->reloc_count == 0)
826 irel = elf_section_data (isec)->relocs;
829 irel = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL, true);
831 for (irelend = irel + isec->reloc_count; irel < irelend; irel++)
885 if (!elf32_ft32_adjust_reloc_if_spans_insn (abfd, isec,
971 struct bfd_section *isec;
981 for (isec = abfd->sections; isec; isec = isec->next)
983 irel = elf_section_data (isec)->relocs;
985 irel = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL, true);
987 irelend = irel + isec->reloc_count;