Searched refs:bfd_count_sections (Results 1 – 15 of 15) sorted by relevance
361 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1); in ihex_scan()
511 #define bfd_count_sections(abfd) ((abfd)->section_count) macro
554 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1); in srec_scan()
3882 if (no_user_phdrs && bfd_count_sections (abfd) != 0) in _bfd_elf_map_sections_to_segments()3903 sections = (asection **) bfd_malloc2 (bfd_count_sections (abfd), in _bfd_elf_map_sections_to_segments()3926 BFD_ASSERT (i <= bfd_count_sections (abfd)); in _bfd_elf_map_sections_to_segments()
3459 dyn.d_un.d_val = bfd_count_sections (output_bfd) + 1; in s7_bfd_score_elf_finish_dynamic_sections()
518 #define bfd_count_sections(abfd) ((abfd)->section_count) macro
3649 dyn.d_un.d_val = bfd_count_sections (output_bfd) + 1; in s3_bfd_score_elf_finish_dynamic_sections()
2329 nsect = bfd_count_sections (abfd); in bfd_mach_o_mangle_sections()
8459 abfd, bfd_count_sections (abfd), SHN_LORESERVE & 0xffff); in check_dynsym()
11460 dyn.d_un.d_val = bfd_count_sections (output_bfd) + 1; in _bfd_mips_elf_finish_dynamic_sections()
1987 if (bfd_count_sections (obfd) != 0 in copy_object()1999 c = bfd_count_sections (obfd); in copy_object()2168 c = bfd_count_sections (obfd); in copy_object()
884 seccount = bfd_count_sections (abfd); in print_symbol()
168 return bfd_count_sections (abfd);
4720 if (bfd_count_sections (link_info.output_bfd) <= 1) in lang_check_section_addresses()4723 amt = bfd_count_sections (link_info.output_bfd) * sizeof (asection *); in lang_check_section_addresses()5864 else if (bfd_count_sections (input_bfd)) in lang_check()
4849 section_count = bfd_count_sections (stdoutput); in cross_section()4851 if (section_count != bfd_count_sections (stdoutput)) in cross_section()