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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgcore.c406 asection *isec = objsec->the_bfd_section; local
407 flagword flags = bfd_get_section_flags (ibfd, isec);
412 int size = bfd_section_size (ibfd, isec);
415 ret = (*func) (objsec->addr, bfd_section_size (ibfd, isec),
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-dump.c454 restore_section_callback (bfd *ibfd, asection *isec, void *args) argument
457 bfd_vma sec_start = bfd_section_vma (ibfd, isec);
458 bfd_size_type size = bfd_section_size (ibfd, isec);
467 if (!(bfd_get_section_flags (ibfd, isec) & SEC_LOAD))
476 bfd_section_name (ibfd, isec));
493 if (!bfd_get_section_contents (ibfd, isec, buf, 0, size))
498 bfd_section_name (ibfd, isec),
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-cr16.c980 asection *isec; local
983 isec = bfd_und_section_ptr;
985 isec = bfd_abs_section_ptr;
987 isec = bfd_com_section_ptr;
989 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
991 *secpp = isec;
H A Delf.c5460 unsigned int isec;
5588 isec = 0;
5609 && isec == 0
5634 map->sections[isec ++] = output_section;
5645 if (isec == section_count)
5708 isec = 0;
5765 ++isec;
5779 if (isec < section_count)
5806 while (isec < section_count);
5946 unsigned int isec
5455 unsigned int isec; local
5941 unsigned int isec = 0; local
6055 _bfd_elf_init_private_section_data(bfd *ibfd, asection *isec, bfd *obfd, asection *osec, struct bfd_link_info *link_info) argument
6118 _bfd_elf_copy_private_section_data(bfd *ibfd, asection *isec, bfd *obfd, asection *osec) argument
6149 asection *isec; local
[all...]
H A Delf32-ppc.c5136 asection *isec,
5163 if ((isec->flags & SEC_ALLOC) == 0
5164 || (isec->flags & SEC_RELOC) == 0
5165 || isec->reloc_count == 0)
5168 trampoff = (isec->size + 3) & (bfd_vma) -4;
5175 internal_relocs = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL,
5183 irelend = internal_relocs + isec->reloc_count;
5295 if (tsec == isec)
5342 reladdr = isec->output_section->vma + isec
5122 ppc_elf_relax_section(bfd *abfd, asection *isec, struct bfd_link_info *link_info, bfd_boolean *again) argument
[all...]
H A Delf64-ppc.c8730 ppc64_elf_next_toc_section (struct bfd_link_info *info, asection *isec)
8736 bfd_vma addr = isec->output_offset + isec->output_section->vma;
8739 if (off + isec->size > 0x10000)
8742 elf_gp (isec->owner) = (htab->toc_curr
8743 - elf_gp (isec->output_section->owner)
8771 toc_adjusting_stub_needed (struct bfd_link_info *info, asection *isec)
8779 if ((isec->flags & SEC_LINKER_CREATED) != 0)
8782 if (isec->size == 0)
8785 if (isec
8726 ppc64_elf_next_toc_section(struct bfd_link_info *info, asection *isec) argument
8767 toc_adjusting_stub_needed(struct bfd_link_info *info, asection *isec) argument
8972 ppc64_elf_next_input_section(struct bfd_link_info *info, asection *isec) argument
[all...]
H A Daout-target.h215 asection *isec ATTRIBUTE_UNUSED,
H A Delflink.c8375 asection *isec;
8391 isec = bfd_und_section_ptr;
8395 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
8396 if (isec
8397 && isec->sec_info_type == ELF_INFO_TYPE_MERGE
8400 _bfd_merged_section_offset (output_bfd, &isec,
8401 elf_section_data (isec)->sec_info,
8405 isec = bfd_abs_section_ptr;
8407 isec = bfd_com_section_ptr;
8416 *ppsection = isec;
8365 asection *isec; local
11204 asection *isec; local
[all...]
H A DpeXXigen.c2011 asection *isec,
2019 if (coff_section_data (ibfd, isec) != NULL
2020 && pei_section_data (ibfd, isec) != NULL)
2039 pei_section_data (ibfd, isec)->virt_size;
2041 pei_section_data (ibfd, isec)->pe_flags;
2009 _bfd_XX_bfd_copy_private_section_data(bfd *ibfd, asection *isec, bfd *obfd, asection *osec) argument
H A Dlibbfd.c1059 asection *isec ATTRIBUTE_UNUSED,
H A Dbfd-in2.h1731 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
5132 #define bfd_init_private_section_data(ibfd, isec, obfd, osec, link_info) \
5133 BFD_SEND (obfd, _bfd_init_private_section_data, (ibfd, isec, obfd, osec, link_info))
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c1865 init_os (lang_output_section_statement_type *s, asection *isec, argument
1906 if (isec)
1907 bfd_init_private_section_data (isec->owner, isec,
/freebsd-9.3-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1737 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
5139 #define bfd_init_private_section_data(ibfd, isec, obfd, osec, link_info) \
5140 BFD_SEND (obfd, _bfd_init_private_section_data, (ibfd, isec, obfd, osec, link_info))

Completed in 415 milliseconds