/toolchain/binutils/binutils-2.25/bfd/ |
D | archive64.c | 147 unsigned int symbol_count, in bfd_elf64_archive_write_armap() argument 150 unsigned int ranlibsize = (symbol_count * 8) + 8; in bfd_elf64_archive_write_armap() 187 bfd_putb64 ((bfd_vma) symbol_count, buf); in bfd_elf64_archive_write_armap() 198 current != NULL && count < symbol_count; in bfd_elf64_archive_write_armap() 205 count < symbol_count && map[count].u.abfd == current; in bfd_elf64_archive_write_armap() 222 for (count = 0; count < symbol_count; count++) in bfd_elf64_archive_write_armap()
|
D | coffgen.c | 707 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); in coff_renumber_symbols() local 728 amt = sizeof (asymbol *) * ((bfd_size_type) symbol_count + 1); in coff_renumber_symbols() 733 for (i = 0; i < symbol_count; i++) in coff_renumber_symbols() 742 for (i = 0; i < symbol_count; i++) in coff_renumber_symbols() 753 for (i = 0; i < symbol_count; i++) in coff_renumber_symbols() 761 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++) in coff_renumber_symbols() 802 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); in coff_mangle_symbols() local 806 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++) in coff_mangle_symbols()
|
D | archive.c | 2608 unsigned int symbol_count, in coff_write_armap() argument 2613 unsigned int ranlibsize = (symbol_count * 4) + 4; in coff_write_armap() 2649 if (!bfd_write_bigendian_4byte_int (arch, symbol_count)) in coff_write_armap() 2660 while (current != NULL && count < symbol_count) in coff_write_armap() 2665 while (count < symbol_count && map[count].u.abfd == current) in coff_write_armap() 2691 for (count = 0; count < symbol_count; count++) in coff_write_armap()
|
D | ieee.c | 686 unsigned int *symbol_count, in get_symbol() argument 705 (*symbol_count)++; in get_symbol() 727 unsigned int symbol_count = 0; in ieee_slurp_external_symbols() local 742 symbol = get_symbol (abfd, ieee, symbol, &symbol_count, in ieee_slurp_external_symbols() 756 symbol = get_symbol (abfd, ieee, symbol, &symbol_count, in ieee_slurp_external_symbols() 912 symbol = get_symbol (abfd, ieee, symbol, &symbol_count, in ieee_slurp_external_symbols() 954 if (symbol_count != abfd->symcount) in ieee_slurp_external_symbols()
|
D | som.c | 4620 int symbol_count = bfd_get_symcount (abfd); in som_slurp_symbol_table() local 4632 if (symbol_count == 0) in som_slurp_symbol_table() 4640 amt = symbol_count; in som_slurp_symbol_table() 4647 amt = symbol_count; in som_slurp_symbol_table() 4658 endbufp = buf + symbol_count; in som_slurp_symbol_table()
|
D | linker.c | 1202 bfd_size_type symbol_count, in generic_link_add_symbol_list() argument 1209 ppend = symbols + symbol_count; in generic_link_add_symbol_list()
|
D | ChangeLog-0001 | 5636 * archive.c (coff_write_armap): Don't write more than symbol_count
|
/toolchain/binutils/binutils-2.25/gold/ |
D | mapfile.cc | 208 unsigned int symcount = relobj->symbol_count(); in print_input_section_symbols()
|
D | incremental.h | 1059 unsigned int symbol_count = this->get_global_symbol_count(); in get_comdat_group_signature() local 1064 + symbol_count * this->global_sym_entry_size in get_comdat_group_signature() 1185 symbol_count() const in symbol_count() function
|
D | incremental.cc | 355 unsigned int nglobals = this->symtab_reader_.symbol_count(); in setup_readers() 639 unsigned int isym_count = this->symtab_reader_.symbol_count(); in do_process_got_plt() 741 unsigned int nglobals = isymtab.symbol_count(); in do_apply_incremental_relocs() 2140 unsigned int isym_count = isymtab.symbol_count(); in do_add_symbols() 2739 unsigned int isym_count = isymtab.symbol_count(); in do_add_symbols()
|
D | incremental-dump.cc | 267 unsigned int nglobals = isymtab.symbol_count(); in dump_incremental_inputs()
|
D | layout.cc | 3983 unsigned int symbol_count = 0; in count_local_symbols() local 3987 symbol_count += (*p)->local_symbol_count(); in count_local_symbols() 3993 symbol_count /= 2; in count_local_symbols() 3996 this->sympool_.reserve(symbol_count); in count_local_symbols() 3997 this->dynpool_.reserve(symbol_count); in count_local_symbols()
|
D | object.h | 2091 symbol_count() const in symbol_count() function
|
D | ChangeLog | 15342 * object.h (Sized_relobj::symbol_count): New function.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-2008 | 366 * ldlang.h (lang_input_statement_type): Delete asymbols, symbol_count, 368 * ldlang.c (new_afile): Don't set asymbols and symbol_count.
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | ChangeLog-9203 | 963 (cg_print_file_ordering): Change symbol_count and index2 to
|