Searched refs:bfd_count_sections (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dbfd-target.c63 count = bfd_count_sections (abfd);
H A Dexec.c365 count = bfd_count_sections (some_bfd);
H A Dsomread.c433 objfile->num_sections = bfd_count_sections (objfile->obfd);
H A Dpa64solib.c264 section_addrs = alloc_section_addr_info (bfd_count_sections (tmp_bfd));
H A Dsymfile.c452 objfile->num_sections = bfd_count_sections (objfile->obfd);
542 = alloc_section_addr_info (bfd_count_sections (objfile->obfd));
806 orig_addrs = alloc_section_addr_info (bfd_count_sections (abfd));
H A Dwin32-nat.c773 int section_count = bfd_count_sections (abfd);
H A Dxcoffread.c2970 objfile->num_sections = bfd_count_sections (objfile->obfd);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h564 #define bfd_count_sections(abfd) ((abfd)->section_count)
558 #define bfd_count_sections macro
H A Dihex.c360 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
H A Dsrec.c531 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1);
H A Delf.c3845 && bfd_count_sections (abfd) != 0)
3865 sections = bfd_malloc2 (bfd_count_sections (abfd), sizeof (asection *));
3878 BFD_ASSERT (i <= bfd_count_sections (abfd));
H A Dbfd-in2.h571 #define bfd_count_sections(abfd) ((abfd)->section_count)
565 #define bfd_count_sections macro
H A Delf32-score.c3366 dyn.d_un.d_val = bfd_count_sections (output_bfd) + 1;
H A Delflink.c7727 abfd, bfd_count_sections (abfd), SHN_LORESERVE);
H A Delfxx-mips.c8827 dyn.d_un.d_val = bfd_count_sections (output_bfd) + 1;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c1552 if (bfd_count_sections (obfd) != 0
1564 c = bfd_count_sections (obfd);
1728 c = bfd_count_sections (obfd);
H A Dnm.c854 seccount = bfd_count_sections (abfd);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c4133 if (bfd_count_sections (output_bfd) <= 1)
4136 amt = bfd_count_sections (output_bfd) * sizeof (asection *);
5168 else if (bfd_count_sections (input_bfd))
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h577 #define bfd_count_sections(abfd) ((abfd)->section_count)
571 #define bfd_count_sections macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c5023 section_count = bfd_count_sections(stdoutput);
5025 if (section_count != bfd_count_sections(stdoutput))

Completed in 608 milliseconds