Home | History | Annotate | Download | only in bfd

Lines Matching defs:isec

1633                                    struct bfd_section *isec,
1640 unsigned char *isec_contents = elf_section_data (isec)->this_hdr.contents;
1643 if (! bfd_malloc_and_get_section (abfd, isec, &isec_contents))
1646 elf_section_data (isec)->this_hdr.contents = isec_contents;
1789 struct bfd_section *isec;
1791 for (isec = abfd->sections; isec; isec = isec->next)
1796 if (isec->reloc_count == 0)
1802 irel = elf_section_data (isec)->relocs;
1805 irel = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL, TRUE);
1807 for (irelend = irel + isec->reloc_count;
1855 elf32_avr_adjust_diff_reloc_value (abfd, isec, irel,
2425 struct bfd_section *isec;
2478 for (isec = abfd->sections; isec && deleting_ret_is_safe; isec = isec->next)
2483 rel = elf_section_data (isec)->relocs;
2485 rel = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL, TRUE);
2487 relend = rel + isec->reloc_count;
2682 asection *isec;
2685 isec = bfd_und_section_ptr;
2687 isec = bfd_abs_section_ptr;
2689 isec = bfd_com_section_ptr;
2691 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
2693 *secpp = isec;