Searched refs:bfd_get_symcount (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/bfd/
H A Delfcode.h1385 symcount = bfd_get_symcount (abfd);
H A Dcofflink.c1123 /* Setting bfd_get_symcount to 0 will cause write_object_contents to
1125 bfd_get_symcount (abfd) = 0;
H A Decofflink.c1263 for (c = bfd_get_symcount (abfd); c > 0; c--, sym_ptr_ptr++)
H A Dbfd-in2.h569 #define bfd_get_symcount(abfd) ((abfd)->symcount)
563 #define bfd_get_symcount macro
H A Delf32-score.c276 count = bfd_get_symcount (output_bfd);
H A Dxcofflink.c5923 /* Setting bfd_get_symcount to 0 will cause write_object_contents to
5925 bfd_get_symcount (abfd) = 0;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c532 num_symbols = bfd_get_symcount (abfd); /* How many syms */
H A Dxcoffread.c2875 num_symbols = bfd_get_symcount (abfd); /* # of symbols */
/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.c1197 nsyms = bfd_get_symcount (stdoutput);
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h575 #define bfd_get_symcount(abfd) ((abfd)->symcount)
569 #define bfd_get_symcount macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c14534 count = bfd_get_symcount (stdoutput);

Completed in 220 milliseconds

12