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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-mmix.c923 mmix_elf_perform_relocation (isec, howto, datap, addr, value)
924 asection *isec;
930 bfd *abfd = isec->owner;
990 bfd_size_type size = isec->rawsize ? isec->rawsize : isec->size;
997 - (addr - (isec->output_section->vma + isec->output_offset))
999 + mmix_elf_section_data (isec)->pjs.stub_offset);
1004 r = mmix_elf_perform_relocation (isec,
[all...]
H A Delf32-sh64.c305 sh64_bfd_elf_copy_private_section_data (bfd *ibfd, asection *isec, argument
314 if (! _bfd_elf_copy_private_section_data (ibfd, isec, obfd, osec))
317 sh64_sec_data = sh64_elf_section_data (isec)->sh64_info;
326 = (elf_section_data (isec)->this_hdr.sh_flags
H A Delf32-crx.c749 asection *isec; local
752 isec = bfd_und_section_ptr;
754 isec = bfd_abs_section_ptr;
756 isec = bfd_com_section_ptr;
758 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
760 *secpp = isec;
H A Delf32-ppc.c1659 asection *isec,
1684 if ((isec->flags & SEC_RELOC) == 0 || isec->reloc_count == 0)
1687 trampoff = (isec->size + 3) & (bfd_vma) -4;
1694 internal_relocs = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL,
1700 irelend = internal_relocs + isec->reloc_count;
1797 if (tsec == isec)
1839 reladdr = isec->output_section->vma + isec->output_offset + roff;
1904 if (elf_section_data (isec)
1654 ppc_elf_relax_section(bfd *abfd, asection *isec, struct bfd_link_info *link_info, bfd_boolean *again) argument
[all...]
H A Delf64-sh64.c2224 asection *isec; local
2227 isec = bfd_und_section_ptr;
2229 isec = bfd_section_from_elf_index (input_bfd, isymp->st_shndx);
2231 isec = bfd_abs_section_ptr;
2233 isec = bfd_com_section_ptr;
2237 isec = NULL;
2240 *secpp = isec;
2326 asection *isec; local
2337 for (isec = ibfd->sections; isec; ise
[all...]
H A Delf-m10200.c1346 asection *isec;
1349 isec = bfd_und_section_ptr;
1351 isec = bfd_abs_section_ptr;
1353 isec = bfd_com_section_ptr;
1355 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
1357 *secpp = isec;
1345 asection *isec; local
H A Delf32-h8300.c1451 asection *isec;
1454 isec = bfd_und_section_ptr;
1456 isec = bfd_abs_section_ptr;
1458 isec = bfd_com_section_ptr;
1460 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
1462 *secpp = isec;
1450 asection *isec; local
H A Daout-target.h235 MY_bfd_copy_private_section_data (ibfd, isec, obfd, osec)
237 asection *isec ATTRIBUTE_UNUSED;
H A Delf64-ppc.c7724 ppc64_elf_next_toc_section (struct bfd_link_info *info, asection *isec)
7727 bfd_vma addr = isec->output_offset + isec->output_section->vma;
7730 if (off + isec->size > 0x10000)
7733 elf_gp (isec->owner) = (htab->toc_curr
7734 - elf_gp (isec->output_section->owner)
7757 toc_adjusting_stub_needed (struct bfd_link_info *info, asection *isec)
7765 if ((isec->flags & SEC_LINKER_CREATED) != 0)
7768 if (isec->size == 0)
7773 branch_ok = strcmp (isec
7720 ppc64_elf_next_toc_section(struct bfd_link_info *info, asection *isec) argument
7753 toc_adjusting_stub_needed(struct bfd_link_info *info, asection *isec) argument
7814 ppc64_elf_next_input_section(struct bfd_link_info *info, asection *isec) argument
[all...]
H A Delflink.c6522 asection *isec;
6538 isec = bfd_und_section_ptr;
6542 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
6543 if (isec
6544 && isec->sec_info_type == ELF_INFO_TYPE_MERGE
6547 _bfd_merged_section_offset (output_bfd, &isec,
6548 elf_section_data (isec)->sec_info,
6552 isec = bfd_abs_section_ptr;
6554 isec = bfd_com_section_ptr;
6558 isec
6512 asection *isec; local
9117 asection *isec; local
[all...]
H A DpeXXigen.c1969 _bfd_XX_bfd_copy_private_section_data (ibfd, isec, obfd, osec)
1971 asection *isec;
1979 if (coff_section_data (ibfd, isec) != NULL
1980 && pei_section_data (ibfd, isec) != NULL)
1999 pei_section_data (ibfd, isec)->virt_size;
2001 pei_section_data (ibfd, isec)->pe_flags;
H A Daout-tic30.c616 MY_bfd_copy_private_section_data (ibfd, isec, obfd, osec)
618 asection *isec ATTRIBUTE_UNUSED;
H A Delf.c5066 unsigned int isec;
5177 isec = 0;
5198 && isec == 0
5224 map->sections[isec ++] = output_section;
5235 if (isec == section_count)
5291 isec = 0;
5348 ++isec;
5362 if (isec < section_count)
5389 while (isec < section_count);
5464 asection *isec,
5061 unsigned int isec; local
5458 _bfd_elf_copy_private_section_data(bfd *ibfd, asection *isec, bfd *obfd, asection *osec) argument
[all...]
H A Delf32-m32r.c4116 asection *isec;
4119 isec = bfd_und_section_ptr;
4121 isec = bfd_abs_section_ptr;
4123 isec = bfd_com_section_ptr;
4125 isec = &m32r_elf_scom_section;
4127 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
4129 *secpp = isec;
H A Delf-m10300.c3621 asection *isec;
3624 isec = bfd_und_section_ptr;
3626 isec = bfd_abs_section_ptr;
3628 isec = bfd_com_section_ptr;
3630 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
3632 *secpp = isec;
3620 asection *isec; local
H A Delf32-hppa.c2363 elf32_hppa_next_input_section (struct bfd_link_info *info, asection *isec) argument
2367 if (isec->output_section->index <= htab->top_index)
2369 asection **list = htab->input_list + isec->output_section->index;
2376 PREV_SEC (isec) = *list;
2377 *list = isec;
H A Delf32-sh.c5943 asection *isec;
5946 isec = bfd_und_section_ptr;
5948 isec = bfd_abs_section_ptr;
5950 isec = bfd_com_section_ptr;
5952 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
5954 *secpp = isec;
5939 asection *isec; local
H A Dbfd-in2.h1515 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
/haiku-fatelf/src/bin/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),
/haiku-fatelf/src/bin/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),
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h1515 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
H A Dbfd.h1515 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h1513 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
H A Dbfd.h1513 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);

Completed in 535 milliseconds