Home
last modified time | relevance | path

Searched refs:bfd_count_sections (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dihex.c361 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1); in ihex_scan()
Dbfd-in.h511 #define bfd_count_sections(abfd) ((abfd)->section_count) macro
Dsrec.c554 sprintf (secbuf, ".sec%d", bfd_count_sections (abfd) + 1); in srec_scan()
Delf.c3882 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()
Delf32-score7.c3459 dyn.d_un.d_val = bfd_count_sections (output_bfd) + 1; in s7_bfd_score_elf_finish_dynamic_sections()
Dbfd-in2.h518 #define bfd_count_sections(abfd) ((abfd)->section_count) macro
Delf32-score.c3649 dyn.d_un.d_val = bfd_count_sections (output_bfd) + 1; in s3_bfd_score_elf_finish_dynamic_sections()
Dmach-o.c2329 nsect = bfd_count_sections (abfd); in bfd_mach_o_mangle_sections()
Delflink.c8459 abfd, bfd_count_sections (abfd), SHN_LORESERVE & 0xffff); in check_dynsym()
Delfxx-mips.c11460 dyn.d_un.d_val = bfd_count_sections (output_bfd) + 1; in _bfd_mips_elf_finish_dynamic_sections()
/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c1987 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()
Dnm.c884 seccount = bfd_count_sections (abfd); in print_symbol()
/toolchain/binutils/binutils-2.25/bfd/doc/
Dbfd.texinfo168 return bfd_count_sections (abfd);
/toolchain/binutils/binutils-2.25/ld/
Dldlang.c4720 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()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c4849 section_count = bfd_count_sections (stdoutput); in cross_section()
4851 if (section_count != bfd_count_sections (stdoutput)) in cross_section()