/toolchain/binutils/binutils-2.25/bfd/ |
D | hp300hpux.c | 268 bfd_get_symcount (abfd) = execp->a_syms / 12; in MY() 309 H_PUT_32 (abfd, (bfd_get_symcount (abfd) * 12), exec_bytes.e_drelocs); in MY() 319 if (bfd_get_symcount (abfd) != 0) in MY() 330 if (bfd_get_symcount (abfd) != 0) in MY() 565 bfd_get_symcount (abfd) = num_syms; in MY() 771 (bfd_size_type) bfd_get_symcount (abfd)); in MY() 802 for (symbase = obj_aout_symbols (abfd); counter++ < bfd_get_symcount (abfd);) in MY() 805 return bfd_get_symcount (abfd); in MY() 816 return (bfd_get_symcount (abfd) + 1) * (sizeof (aout_symbol_type *)); in MY()
|
D | i386lynx.c | 44 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \ 59 if (bfd_get_symcount (abfd) != 0) \ 439 (bfd_size_type) bfd_get_symcount (abfd)); in NAME() 451 (bfd_size_type) bfd_get_symcount (abfd)); in NAME()
|
D | ecoff.c | 442 bfd_get_symcount (abfd) = 0; in ecoff_slurp_symbolic_header() 451 if (bfd_get_symcount (abfd) != external_hdr_size) in ecoff_slurp_symbolic_header() 475 bfd_get_symcount (abfd) = (internal_symhdr->isymMax in ecoff_slurp_symbolic_header() 518 bfd_get_symcount (abfd) = 0; in _bfd_ecoff_slurp_symbolic_info() 875 if (bfd_get_symcount (abfd) == 0) in _bfd_ecoff_slurp_symbol_table() 878 internal_size = bfd_get_symcount (abfd); in _bfd_ecoff_slurp_symbol_table() 955 if (bfd_get_symcount (abfd) == 0) in _bfd_ecoff_get_symtab_upper_bound() 958 return (bfd_get_symcount (abfd) + 1) * (sizeof (ecoff_symbol_type *)); in _bfd_ecoff_get_symtab_upper_bound() 972 if (bfd_get_symcount (abfd) == 0) in _bfd_ecoff_canonicalize_symtab() 976 while (counter < bfd_get_symcount (abfd)) in _bfd_ecoff_canonicalize_symtab() [all …]
|
D | riscix.c | 119 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \ 135 && bfd_get_symcount (abfd) != 0) \ 555 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist); in riscix_some_aout_object_p()
|
D | nlmcode.h | 1067 while (counter < bfd_get_symcount (abfd)) in nlm_canonicalize_symtab() 1074 return bfd_get_symcount (abfd); in nlm_canonicalize_symtab() 1213 count = bfd_get_symcount (abfd); in nlm_get_reloc_upper_bound() 1258 count = bfd_get_symcount (abfd); in nlm_canonicalize_reloc() 1467 sym_end = sym_ptr_ptr + bfd_get_symcount (abfd); in nlm_compute_section_file_positions() 1779 sym_end = sym_ptr_ptr + bfd_get_symcount (abfd); in nlm_write_object_contents() 1861 sym_end = sym_ptr_ptr + bfd_get_symcount (abfd); in nlm_write_object_contents()
|
D | aout-adobe.c | 303 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) in aout_adobe_write_object_contents() 334 if (bfd_get_symcount (abfd) != 0) in aout_adobe_write_object_contents()
|
D | coffgen.c | 253 bfd_get_symcount (abfd) = internal_f->f_nsyms; in coff_real_object_p() 412 return (bfd_get_symcount (abfd) + 1) * (sizeof (coff_symbol_type *)); in coff_get_symtab_upper_bound() 428 counter = bfd_get_symcount (abfd); in coff_canonicalize_symtab() 434 return bfd_get_symcount (abfd); in coff_canonicalize_symtab() 576 unsigned int limit = bfd_get_symcount (abfd); in coff_count_linenumbers() 707 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); in coff_renumber_symbols() 802 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); in coff_mangle_symbols() 1235 unsigned int limit = bfd_get_symcount (abfd); in coff_write_symbols()
|
D | libaout.h | 633 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \ 649 && bfd_get_symcount (abfd) != 0) \
|
D | srec.c | 1078 int count = bfd_get_symcount (abfd); in srec_write_symbols() 1179 return (bfd_get_symcount (abfd) + 1) * sizeof (asymbol *); in srec_get_symtab_upper_bound() 1187 bfd_size_type symcount = bfd_get_symcount (abfd); in srec_canonicalize_symtab()
|
D | tekhex.c | 554 unsigned int c = bfd_get_symcount (abfd); in tekhex_canonicalize_symtab() 563 return bfd_get_symcount (abfd); in tekhex_canonicalize_symtab()
|
D | versados.c | 690 return (bfd_get_symcount (abfd) + 1) * sizeof (asymbol *); in versados_get_symtab_upper_bound() 698 unsigned int symcount = bfd_get_symcount (abfd); in versados_canonicalize_symtab()
|
D | pdp11.c | 301 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; in pdp11_aout_write_headers() 327 && bfd_get_symcount (abfd) != 0) in pdp11_aout_write_headers() 520 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist); in NAME() 1530 bfd_get_symcount (abfd) = obj_aout_external_sym_count (abfd); in NAME() 1621 for (count = 0; count < bfd_get_symcount (abfd); count++) in NAME() 1675 for (symbase = obj_aout_symbols (abfd); counter++ < bfd_get_symcount (abfd);) in NAME() 1678 return bfd_get_symcount (abfd); in NAME() 1899 (bfd_size_type) bfd_get_symcount (abfd)); in NAME() 2037 return (bfd_get_symcount (abfd) + 1) * (sizeof (aout_symbol_type *)); in NAME()
|
D | som.c | 2047 bfd_get_symcount (abfd) = file_hdrp->symbol_total; in som_object_setup() 3973 num_syms = bfd_get_symcount (abfd); in som_finish_writing() 3999 bfd_get_symcount (abfd)); in som_finish_writing() 4438 unsigned int num_syms = bfd_get_symcount (abfd); in som_build_and_write_symbol_table() 4568 return (bfd_get_symcount (abfd) + 1) * sizeof (asymbol *); in som_get_symtab_upper_bound() 4620 int symbol_count = bfd_get_symcount (abfd); in som_slurp_symbol_table() 4786 bfd_get_symcount (abfd) = sym - symbase; in som_slurp_symbol_table() 4813 i = bfd_get_symcount (abfd); in som_canonicalize_symtab() 4821 return (bfd_get_symcount (abfd)); in som_canonicalize_symtab() 6233 curr_count = bfd_get_symcount (curr_bfd); in som_bfd_prep_for_ar_write() [all …]
|
D | mach-o.c | 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() [all …]
|
D | bout.c | 406 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) * 12; in b_out_write_object_contents() 426 if (bfd_get_symcount (abfd) != 0) in b_out_write_object_contents() 436 p = outsyms + bfd_get_symcount (abfd); in b_out_write_object_contents()
|
D | linker.c | 813 bfd_get_symcount (abfd) = symcount; in bfd_generic_link_read_symbols() 1879 bfd_get_symcount (abfd) = 0; in _bfd_generic_final_link() 1998 if (bfd_get_symcount (output_bfd) >= *psymalloc) in generic_add_output_symbol() 2015 bfd_get_outsymbols (output_bfd) [bfd_get_symcount (output_bfd)] = sym; in generic_add_output_symbol() 2017 ++ bfd_get_symcount (output_bfd); in generic_add_output_symbol()
|
D | aout-tic30.c | 645 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; in tic30_aout_write_object_contents() 665 && bfd_get_symcount (abfd) != 0) in tic30_aout_write_object_contents()
|
D | aoutx.h | 521 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist); in NAME() 1772 bfd_get_symcount (abfd) = obj_aout_external_sym_count (abfd); in NAME() 1863 for (count = 0; count < bfd_get_symcount (abfd); count++) in NAME() 1922 counter++ < bfd_get_symcount (abfd); in NAME() 1926 return bfd_get_symcount (abfd); in NAME() 2341 (bfd_size_type) bfd_get_symcount (abfd)); in NAME() 2349 (bfd_size_type) bfd_get_symcount (abfd)); in NAME() 2491 return (bfd_get_symcount (abfd)+1) * (sizeof (aout_symbol_type *)); in NAME()
|
D | coff-i960.c | 222 sym_end = syms + bfd_get_symcount (output_bfd); in coff_i960_relocate()
|
D | coffcode.h | 3165 if (bfd_get_symcount (abfd) > 0) in coff_compute_section_file_positions() 3172 symcount = bfd_get_symcount (abfd); in coff_compute_section_file_positions() 3861 count = bfd_get_symcount (abfd); in coff_write_object_contents() 4169 if (bfd_get_symcount (abfd) != 0) in coff_write_object_contents() 4596 || sym >= obj_symbols (abfd) + bfd_get_symcount (abfd)) in coff_slurp_line_table() 5040 bfd_get_symcount (abfd) = number_of_symbols; in coff_slurp_symbol_table()
|
D | bfd-in.h | 509 #define bfd_get_symcount(abfd) ((abfd)->symcount) macro
|
D | syms.c | 458 bfd_get_symcount (abfd) = symcount; in bfd_set_symtab()
|
D | elflink.c | 8424 if (bfd_get_symcount (flinfo->output_bfd) >= flinfo->shndxbuf_size) in elf_link_output_sym() 8437 destshndx += bfd_get_symcount (flinfo->output_bfd); in elf_link_output_sym() 8442 bfd_get_symcount (flinfo->output_bfd) += 1; in elf_link_output_sym() 9082 indx = bfd_get_symcount (flinfo->output_bfd); in elf_link_output_extsym() 9403 indx = bfd_get_symcount (output_bfd); in elf_link_input_bfd() 9486 indx = bfd_get_symcount (output_bfd); in elf_link_input_bfd() 9943 indx = bfd_get_symcount (output_bfd); in elf_link_input_bfd() 10668 bfd_get_symcount (abfd) = info->strip == strip_all ? 0 : 1; in bfd_elf_final_link() 10698 bfd_get_symcount (abfd) = 0; in bfd_elf_final_link() 10772 o->target_index = bfd_get_symcount (abfd); in bfd_elf_final_link() [all …]
|
D | peicode.h | 1051 bfd_get_symcount (abfd) = vars.sym_index; in pe_ILF_build_a_bfd()
|
D | coff-mips.c | 607 count = bfd_get_symcount (output_bfd); in mips_gprel_reloc()
|