Searched refs:section_count (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibieee.h85 unsigned int section_count; member in struct:ieee_data_struct
H A Dsection.c549 . only handle the list pointers, ie. do not adjust section_count,
769 newsect->index = abfd->section_count;
776 abfd->section_count++;
808 abfd->section_count = 0;
1230 if (i != abfd->section_count) /* Debugging */
H A Dbfd.c118 . unsigned int section_count;
1472 . unsigned int section_count;
1506 preserve->section_count = abfd->section_count;
1518 abfd->section_count = 0;
1548 abfd->section_count = preserve->section_count;
H A Dsimple.c224 * abfd->section_count);
H A Delf.c3066 abfd->section_count--;
5457 unsigned int section_count;
5472 for (section = ibfd->sections, section_count = 0;
5483 ++section_count;
5490 amt += ((bfd_size_type) section_count - 1) * sizeof (asection *);
5530 if (section_count == 0)
5578 sections = bfd_malloc2 (section_count, sizeof (asection *));
5641 BFD_ASSERT (j == section_count);
5645 if (isec == section_count)
5651 map->count = section_count;
5452 unsigned int section_count; local
5872 unsigned int section_count; local
[all...]
H A Dcoff-ppc.c2189 /* We use section_count + 1, rather than section_count, because
2191 amt = abfd->section_count + 1;
2198 for (i = 0; i <= abfd->section_count; i++)
2484 for (i = 0; i < abfd->section_count; i++)
2544 for (i = 0; i < abfd->section_count; i++)
H A Dopncls.c86 nbfd->section_count = 0;
855 abfd->section_count = 0;
H A Dbfd-in.h564 #define bfd_count_sections(abfd) ((abfd)->section_count)
H A Dcofflink.c768 /* We use section_count + 1, rather than section_count, because
770 amt = abfd->section_count + 1;
775 for (i = 0; i <= abfd->section_count; i++)
1076 for (i = 0; i < abfd->section_count; i++)
1138 for (i = 0; i < abfd->section_count; i++)
H A Dxcofflink.c1024 amt = abfd->section_count + 1;
5489 BFD_ASSERT ((unsigned int) indx == abfd->section_count);
5497 sofar += abfd->section_count * bfd_coff_scnhsz (abfd);
5538 /* We use section_count + 1, rather than section_count, because
5540 amt = abfd->section_count + 1;
5545 for (i = 0; i <= abfd->section_count; i++)
5852 for (i = 0; i < abfd->section_count; i++)
5937 for (i = 0; i < abfd->section_count; i++)
H A Decoff.c1951 amt = abfd->section_count;
1960 BFD_ASSERT (i == abfd->section_count);
1962 qsort (sorted_hdrs, abfd->section_count, sizeof (asection *),
1970 for (i = 0; i < abfd->section_count; i++)
1988 for (i = 0; i < abfd->section_count; i++)
H A Dbfd-in2.h571 #define bfd_count_sections(abfd) ((abfd)->section_count)
1554 only handle the list pointers, ie. do not adjust section_count,
4668 unsigned int section_count;
4935 unsigned int section_count;
4661 unsigned int section_count; member in struct:bfd
4928 unsigned int section_count; member in struct:bfd_preserve
H A Dieee.c1203 if (section_index > ieee->section_count)
1204 ieee->section_count = section_index;
1809 ieee->section_count = 0;
H A Dcoffcode.h1737 --abfd->section_count;
3022 sofar += abfd->section_count * bfd_coff_scnhsz (abfd);
H A Delf32-spu.c605 if (output_bfd->section_count < 2)
608 alloc_sec = bfd_malloc (output_bfd->section_count * sizeof (*alloc_sec));
H A Dcoff64-rs6000.c2091 size += abfd->section_count * bfd_coff_scnhsz (abfd);
H A Dcoffgen.c2259 size += abfd->section_count * bfd_coff_scnhsz (abfd);
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddve3900-rom.c85 unsigned int *section_count);
789 count_section (bfd *abfd, asection *s, unsigned int *section_count) argument
792 (*section_count)++;
872 int section_count = 0; local
907 &section_count);
908 write_long (&buffer[0], (long) section_count);
H A Dwin32-nat.c773 int section_count = bfd_count_sections (abfd); local
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.c133 struct coff_section *all = (struct coff_section *) (xcalloc (abfd->section_count + 1,
135 head->nsections = abfd->section_count + 1;
621 n->section = (struct coff_isection *) xcalloc (sizeof (struct coff_isection), abfd->section_count + 1);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp657 size_t section_count = section_list->GetNumSections(0);
658 for (size_t i = 0; i < section_count; ++i) {
/freebsd-11-stable/contrib/binutils/ld/
H A Dldwrite.c435 int nsecs = abfd->section_count;
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h577 #define bfd_count_sections(abfd) ((abfd)->section_count)
1560 only handle the list pointers, ie. do not adjust section_count,
4675 unsigned int section_count;
4942 unsigned int section_count;
4668 unsigned int section_count; member in struct:bfd
4935 unsigned int section_count; member in struct:bfd_preserve
/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.c1516 stdoutput->section_count -= 2;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c4982 unsigned int section_count; local
5023 section_count = bfd_count_sections(stdoutput);
5025 if (section_count != bfd_count_sections(stdoutput))

Completed in 416 milliseconds

12