Lines Matching refs:bfd_get_symcount
1906 if (bfd_get_symcount (abfd) > 0) in bfd_mach_o_build_dysymtab()
1912 for (i = 0; i < bfd_get_symcount (abfd); ++i) in bfd_mach_o_build_dysymtab()
1920 for (; i < bfd_get_symcount (abfd); ++i) in bfd_mach_o_build_dysymtab()
1928 cmd->nundefsym = bfd_get_symcount (abfd) in bfd_mach_o_build_dysymtab()
2255 if (symbols == NULL || bfd_get_symcount (abfd) == 0) in bfd_mach_o_mangle_symbols()
2258 for (i = 0; i < bfd_get_symcount (abfd); i++) in bfd_mach_o_mangle_symbols()
2307 qsort ((void *) symbols, (size_t) bfd_get_symcount (abfd), in bfd_mach_o_mangle_symbols()
2310 for (i = 0; i < bfd_get_symcount (abfd); ++i) in bfd_mach_o_mangle_symbols()
2465 symtab->nsyms = bfd_get_symcount (abfd); in bfd_mach_o_write_contents()
2983 if (bfd_get_symcount (abfd) > 0) in bfd_mach_o_build_commands()
2989 && bfd_get_symcount (abfd)) in bfd_mach_o_build_commands()