Home
last modified time | relevance | path

Searched refs:bfd_get_symcount (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/bfd/
HDecoff.c435 bfd_get_symcount (abfd) = 0; in ecoff_slurp_symbolic_header()
444 if (bfd_get_symcount (abfd) != external_hdr_size) in ecoff_slurp_symbolic_header()
468 bfd_get_symcount (abfd) = (internal_symhdr->isymMax in ecoff_slurp_symbolic_header()
511 bfd_get_symcount (abfd) = 0; in _bfd_ecoff_slurp_symbolic_info()
868 if (bfd_get_symcount (abfd) == 0) in _bfd_ecoff_slurp_symbol_table()
871 internal_size = bfd_get_symcount (abfd); in _bfd_ecoff_slurp_symbol_table()
948 if (bfd_get_symcount (abfd) == 0) in _bfd_ecoff_get_symtab_upper_bound()
951 return (bfd_get_symcount (abfd) + 1) * (sizeof (ecoff_symbol_type *)); in _bfd_ecoff_get_symtab_upper_bound()
965 if (bfd_get_symcount (abfd) == 0) in _bfd_ecoff_canonicalize_symtab()
969 while (counter < bfd_get_symcount (abfd)) in _bfd_ecoff_canonicalize_symtab()
[all …]
HDcoffgen.c169 bfd_get_symcount (abfd) = internal_f->f_nsyms; in coff_real_object_p()
328 return (bfd_get_symcount (abfd) + 1) * (sizeof (coff_symbol_type *)); in coff_get_symtab_upper_bound()
344 counter = bfd_get_symcount (abfd); in coff_canonicalize_symtab()
350 return bfd_get_symcount (abfd); in coff_canonicalize_symtab()
487 unsigned int limit = bfd_get_symcount (abfd); in coff_count_linenumbers()
617 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); in coff_renumber_symbols()
710 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); in coff_mangle_symbols()
1089 unsigned int limit = bfd_get_symcount (abfd); in coff_write_symbols()
HDlibaout.h632 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
648 && bfd_get_symcount (abfd) != 0) \
HDsrec.c1012 int count = bfd_get_symcount (abfd); in srec_write_symbols()
1113 return (bfd_get_symcount (abfd) + 1) * sizeof (asymbol *); in srec_get_symtab_upper_bound()
1121 bfd_size_type symcount = bfd_get_symcount (abfd); in srec_canonicalize_symtab()
HDtekhex.c507 unsigned int c = bfd_get_symcount (abfd); in tekhex_canonicalize_symtab()
516 return bfd_get_symcount (abfd); in tekhex_canonicalize_symtab()
HDlinker.c757 bfd_get_symcount (abfd) = symcount; in generic_link_read_symbols()
2011 bfd_get_symcount (abfd) = 0; in _bfd_generic_final_link()
2130 if (bfd_get_symcount (output_bfd) >= *psymalloc) in generic_add_output_symbol()
2147 bfd_get_outsymbols (output_bfd) [bfd_get_symcount (output_bfd)] = sym; in generic_add_output_symbol()
2149 ++ bfd_get_symcount (output_bfd); in generic_add_output_symbol()
HDbout.c407 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd) * 12; in b_out_write_object_contents()
427 if (bfd_get_symcount (abfd) != 0) in b_out_write_object_contents()
437 p = outsyms + bfd_get_symcount (abfd); in b_out_write_object_contents()
HDaoutx.h522 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist); in NAME()
1759 bfd_get_symcount (abfd) = obj_aout_external_sym_count (abfd); in NAME()
1850 for (count = 0; count < bfd_get_symcount (abfd); count++) in NAME()
1909 counter++ < bfd_get_symcount (abfd); in NAME()
1913 return bfd_get_symcount (abfd); in NAME()
2315 (bfd_size_type) bfd_get_symcount (abfd)); in NAME()
2323 (bfd_size_type) bfd_get_symcount (abfd)); in NAME()
2465 return (bfd_get_symcount (abfd)+1) * (sizeof (aout_symbol_type *)); in NAME()
HDcoffcode.h2950 if (bfd_get_symcount (abfd) > 0) in coff_compute_section_file_positions()
2957 symcount = bfd_get_symcount (abfd); in coff_compute_section_file_positions()
3619 count = bfd_get_symcount (abfd); in coff_write_object_contents()
3937 if (bfd_get_symcount (abfd) != 0) in coff_write_object_contents()
4676 bfd_get_symcount (abfd) = number_of_symbols; in coff_slurp_symbol_table()
HDbfd-in.h556 #define bfd_get_symcount(abfd) ((abfd)->symcount) macro
HDelflink.c7685 if (bfd_get_symcount (finfo->output_bfd) >= finfo->shndxbuf_size) in elf_link_output_sym()
7696 destshndx += bfd_get_symcount (finfo->output_bfd); in elf_link_output_sym()
7701 bfd_get_symcount (finfo->output_bfd) += 1; in elf_link_output_sym()
8216 h->indx = bfd_get_symcount (finfo->output_bfd); in elf_link_output_extsym()
8497 *pindex = bfd_get_symcount (output_bfd); in elf_link_input_bfd()
8927 = bfd_get_symcount (output_bfd); in elf_link_input_bfd()
9606 bfd_get_symcount (abfd) = info->strip == strip_all ? 0 : 1; in bfd_elf_final_link()
9638 bfd_get_symcount (abfd) = 0; in bfd_elf_final_link()
9710 o->target_index = bfd_get_symcount (abfd); in bfd_elf_final_link()
9907 symtab_hdr->sh_info = bfd_get_symcount (abfd); in bfd_elf_final_link()
[all …]
HDsyms.c448 bfd_get_symcount (abfd) = symcount; in bfd_set_symtab()
HDelf32-mips.c891 count = bfd_get_symcount (output_bfd); in mips_elf_assign_gp()
HDpeicode.h1041 bfd_get_symcount (abfd) = vars.sym_index; in pe_ILF_build_a_bfd()
HDelf.c3111 if (bfd_get_symcount (abfd) > 0) in assign_section_numbers()
3158 if (bfd_get_symcount (abfd) > 0) in assign_section_numbers()
3395 unsigned int symcount = bfd_get_symcount (abfd); in elf_map_symbols()
3582 if (link_info == NULL && bfd_get_symcount (abfd) > 0) in _bfd_elf_compute_section_file_positions()
3613 if (link_info == NULL && bfd_get_symcount (abfd) > 0) in _bfd_elf_compute_section_file_positions()
6269 symcount = bfd_get_symcount (abfd); in swap_out_syms()
6610 bfd_get_symcount (abfd) = symcount; in _bfd_elf_canonicalize_symtab()
HDelfn32-mips.c1685 count = bfd_get_symcount (output_bfd); in mips_elf_assign_gp()
HDcoff64-rs6000.c936 if (bfd_get_symcount (abfd) != 0)
951 internal_f.f_nsyms = bfd_get_symcount (abfd);
HDcoff-mips.c659 count = bfd_get_symcount (output_bfd);
HDsunos.c1495 if (r_index >= bfd_get_symcount (abfd)) in sunos_scan_ext_relocs()
1502 amt = bfd_get_symcount (abfd); in sunos_scan_ext_relocs()
HDelfcode.h1382 symcount = bfd_get_symcount (abfd); in elf_slurp_reloc_table_from_section()
/freebsd-11-stable/contrib/gdb/gdb/
HDmipsread.c316 stripped = (bfd_get_symcount (abfd) == 0); in read_alphacoff_dynamic_symtab()
HDelfread.c165 int stripped = (bfd_get_symcount (objfile->obfd) == 0); in elf_symtab_read()
HDsomread.c101 number_of_symbols = bfd_get_symcount (abfd); in som_symtab_read()
HDdbxread.c650 DBX_SYMCOUNT (objfile) = bfd_get_symcount (sym_bfd); in dbx_symfile_init()
1024 if (bfd_get_symcount (abfd) <= 0) in read_dbx_dynamic_symtab()
HDcoffread.c528 num_symbols = bfd_get_symcount (abfd); /* How many syms */ in coff_symfile_read()

12