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

12

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dlibieee.h85 unsigned int section_count; member in struct:ieee_data_struct
H A Dvms.c153 alloc PRIV(sections) according to abfd->section_count
165 priv_section_count = PRIV (section_count);
378 if (abfd->section_count > 0) /* we have sections */
392 if (abfd->section_count > 255)
467 unsigned int section_count = abfd->section_count + 1;
471 abfd, section->index, section->name, section_count);
475 if (section_count > PRIV (section_count))
477 bfd_size_type amt = section_count;
465 unsigned int section_count = abfd->section_count + 1; local
[all...]
H A Dpef.h35 unsigned short section_count; member in struct:bfd_pef_header
H A Dsection.c546 . only handle the list pointers, ie. do not adjust section_count,
766 newsect->index = abfd->section_count;
773 abfd->section_count++;
805 abfd->section_count = 0;
1227 if (i != abfd->section_count) /* Debugging */
H A Dbfd.c118 . unsigned int section_count;
1462 . unsigned int section_count;
1496 preserve->section_count = abfd->section_count;
1508 abfd->section_count = 0;
1538 abfd->section_count = preserve->section_count;
H A Dvms-tir.c298 if (psect >= PRIV (section_count))
840 while (PRIV (section_count) <= idx)
842 PRIV (sections)[PRIV (section_count)]
843 = new_section (abfd, (int) PRIV (section_count));
844 if (PRIV (sections)[PRIV (section_count)] == 0)
846 PRIV (section_count)++;
937 if (psect >= PRIV (section_count))
964 if (psect >= PRIV (section_count))
991 if (psect >= PRIV (section_count))
1472 if (psect >= PRIV (section_count))
[all...]
H A Dvms-gsd.c324 if (PRIV (is_vax) && (psect_idx < (abfd->section_count-1)))
327 if (psect_idx < PRIV (section_count))
715 vms_debug (3, "%d sections found\n", abfd->section_count);
H A Dpef.c529 if (header->section_count != 0)
531 mdata->sections = bfd_alloc (abfd, header->section_count * sizeof (bfd_pef_section));
536 for (i = 0; i < header->section_count; i++)
571 header->section_count = bfd_getb32 (buf + 32) + 1;
H A Dsimple.c223 * abfd->section_count);
H A Delf.c3010 abfd->section_count--;
5383 unsigned int section_count;
5398 for (section = ibfd->sections, section_count = 0;
5409 ++section_count;
5416 amt += ((bfd_size_type) section_count - 1) * sizeof (asection *);
5456 if (section_count == 0)
5504 sections = bfd_malloc2 (section_count, sizeof (asection *));
5568 BFD_ASSERT (j == section_count);
5572 if (isec == section_count)
5578 map->count = section_count;
5378 unsigned int section_count; local
5799 unsigned int section_count; local
[all...]
H A Dcoff-ppc.c2174 /* We use section_count + 1, rather than section_count, because
2176 amt = abfd->section_count + 1;
2183 for (i = 0; i <= abfd->section_count; i++)
2469 for (i = 0; i < abfd->section_count; i++)
2529 for (i = 0; i < abfd->section_count; i++)
H A Dvms.h579 unsigned int section_count; /* # of sections in following array. */ member in struct:vms_private_data_struct
H A Dopncls.c86 nbfd->section_count = 0;
855 abfd->section_count = 0;
H A Dbfd-in.h557 #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 Delf32-spu.c586 if (output_bfd->section_count < 2)
589 alloc_sec = bfd_malloc (output_bfd->section_count * sizeof (*alloc_sec));
H A Dbfd-in2.h564 #define bfd_count_sections(abfd) ((abfd)->section_count)
1543 only handle the list pointers, ie. do not adjust section_count,
4617 unsigned int section_count;
4884 unsigned int section_count;
4610 unsigned int section_count; member in struct:bfd
4877 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 Delf64-mmix.c2251 --abfd->section_count;
H A Dcoffcode.h1737 --abfd->section_count;
3022 sofar += abfd->section_count * bfd_coff_scnhsz (abfd);
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_init_finish.c170 Dwarf_Unsigned section_count; local
186 section_count = ehdr.e_shnum;
232 section_count = ehdr64->e_shnum;
242 section_count = ehdr32->e_shnum;
256 for (section_index = 1; section_index < section_count;
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dcoffgrok.c131 struct coff_section *all = (struct coff_section *) (xcalloc (abfd->section_count + 1,
133 head->nsections = abfd->section_count + 1;
619 n->section = (struct coff_isection *) xcalloc (sizeof (struct coff_isection), abfd->section_count + 1);
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp817 uint32_t section_count = segcmd->nsects(); local
818 for (uint32_t j = 0; j < section_count; ++j) {

Completed in 292 milliseconds

12