Searched refs:isec (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-mmix.c919 mmix_elf_perform_relocation (isec, howto, datap, addr, value)
920 asection *isec;
926 bfd *abfd = isec->owner;
986 bfd_size_type size = isec->rawsize ? isec->rawsize : isec->size;
993 - (addr - (isec->output_section->vma + isec->output_offset))
995 + mmix_elf_section_data (isec)->pjs.stub_offset);
1000 r = mmix_elf_perform_relocation (isec,
[all...]
H A Delf32-sh64.c310 sh64_bfd_elf_copy_private_section_data (bfd *ibfd, asection *isec, argument
319 if (! _bfd_elf_copy_private_section_data (ibfd, isec, obfd, osec))
322 sh64_sec_data = sh64_elf_section_data (isec)->sh64_info;
331 = (elf_section_data (isec)->this_hdr.sh_flags
H A Delf32-crx.c769 asection *isec; local
772 isec = bfd_und_section_ptr;
774 isec = bfd_abs_section_ptr;
776 isec = bfd_com_section_ptr;
778 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
780 *secpp = isec;
H A Delf32-h8300.c1447 asection *isec;
1450 isec = bfd_und_section_ptr;
1452 isec = bfd_abs_section_ptr;
1454 isec = bfd_com_section_ptr;
1456 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
1458 *secpp = isec;
1446 asection *isec; local
H A Delf32-avr.c1427 struct bfd_section *isec;
1429 for (isec = abfd->sections; isec; isec = isec->next)
1437 irelend = elf_section_data (isec)->relocs + isec->reloc_count;
1438 for (irel = elf_section_data (isec)->relocs;
2264 asection *isec;
2267 isec
1426 struct bfd_section *isec; local
2263 asection *isec; local
[all...]
H A Delf64-sh64.c2169 asection *isec; local
2172 isec = bfd_und_section_ptr;
2174 isec = bfd_section_from_elf_index (input_bfd, isymp->st_shndx);
2176 isec = bfd_abs_section_ptr;
2178 isec = bfd_com_section_ptr;
2182 isec = NULL;
2185 *secpp = isec;
2271 asection *isec; local
2282 for (isec = ibfd->sections; isec; ise
[all...]
H A Delf.c5386 unsigned int isec;
5514 isec = 0;
5535 && isec == 0
5561 map->sections[isec ++] = output_section;
5572 if (isec == section_count)
5635 isec = 0;
5692 ++isec;
5706 if (isec < section_count)
5733 while (isec < section_count);
5873 unsigned int isec
5381 unsigned int isec; local
5868 unsigned int isec = 0; local
5973 _bfd_elf_init_private_section_data(bfd *ibfd, asection *isec, bfd *obfd, asection *osec, struct bfd_link_info *link_info) argument
6040 _bfd_elf_copy_private_section_data(bfd *ibfd, asection *isec, bfd *obfd, asection *osec) argument
6071 asection *isec; local
[all...]
H A Delf-m10200.c1347 asection *isec;
1350 isec = bfd_und_section_ptr;
1352 isec = bfd_abs_section_ptr;
1354 isec = bfd_com_section_ptr;
1356 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
1358 *secpp = isec;
1346 asection *isec; local
H A Delf32-ppc.c5032 asection *isec,
5059 if ((isec->flags & SEC_ALLOC) == 0
5060 || (isec->flags & SEC_RELOC) == 0
5061 || isec->reloc_count == 0)
5064 trampoff = (isec->size + 3) & (bfd_vma) -4;
5071 internal_relocs = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL,
5079 irelend = internal_relocs + isec->reloc_count;
5191 if (tsec == isec)
5238 reladdr = isec->output_section->vma + isec
5018 ppc_elf_relax_section(bfd *abfd, asection *isec, struct bfd_link_info *link_info, bfd_boolean *again) argument
[all...]
H A Delf64-ppc.c8722 ppc64_elf_next_toc_section (struct bfd_link_info *info, asection *isec)
8728 bfd_vma addr = isec->output_offset + isec->output_section->vma;
8731 if (off + isec->size > 0x10000)
8734 elf_gp (isec->owner) = (htab->toc_curr
8735 - elf_gp (isec->output_section->owner)
8763 toc_adjusting_stub_needed (struct bfd_link_info *info, asection *isec)
8771 if ((isec->flags & SEC_LINKER_CREATED) != 0)
8774 if (isec->size == 0)
8777 if (isec
8718 ppc64_elf_next_toc_section(struct bfd_link_info *info, asection *isec) argument
8759 toc_adjusting_stub_needed(struct bfd_link_info *info, asection *isec) argument
8964 ppc64_elf_next_input_section(struct bfd_link_info *info, asection *isec) argument
[all...]
H A Daout-target.h214 asection *isec ATTRIBUTE_UNUSED,
H A Delflink.c8113 asection *isec;
8129 isec = bfd_und_section_ptr;
8133 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
8134 if (isec
8135 && isec->sec_info_type == ELF_INFO_TYPE_MERGE
8138 _bfd_merged_section_offset (output_bfd, &isec,
8139 elf_section_data (isec)->sec_info,
8143 isec = bfd_abs_section_ptr;
8145 isec = bfd_com_section_ptr;
8154 *ppsection = isec;
8103 asection *isec; local
10894 asection *isec; local
[all...]
H A DpeXXigen.c1949 asection *isec,
1957 if (coff_section_data (ibfd, isec) != NULL
1958 && pei_section_data (ibfd, isec) != NULL)
1977 pei_section_data (ibfd, isec)->virt_size;
1979 pei_section_data (ibfd, isec)->pe_flags;
1947 _bfd_XX_bfd_copy_private_section_data(bfd *ibfd, asection *isec, bfd *obfd, asection *osec) argument
H A Dlibbfd.c1042 asection *isec ATTRIBUTE_UNUSED,
H A Delf-m10300.c3671 asection *isec;
3674 isec = bfd_und_section_ptr;
3676 isec = bfd_abs_section_ptr;
3678 isec = bfd_com_section_ptr;
3680 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
3682 *secpp = isec;
3670 asection *isec; local
H A Delf32-hppa.c2607 elf32_hppa_next_input_section (struct bfd_link_info *info, asection *isec) argument
2611 if (isec->output_section->index <= htab->top_index)
2613 asection **list = htab->input_list + isec->output_section->index;
2620 PREV_SEC (isec) = *list;
2621 *list = isec;
H A Delf32-sh.c4461 asection *isec;
4464 isec = bfd_und_section_ptr;
4466 isec = bfd_abs_section_ptr;
4468 isec = bfd_com_section_ptr;
4470 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
4472 *secpp = isec;
4455 asection *isec; local
H A Daout-tic30.c601 asection *isec ATTRIBUTE_UNUSED,
H A Dbfd-in2.h1723 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
5084 #define bfd_init_private_section_data(ibfd, isec, obfd, osec, link_info) \
5085 BFD_SEND (obfd, _bfd_init_private_section_data, (ibfd, isec, obfd, osec, link_info))

Completed in 381 milliseconds