| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | archive64.c | 149 unsigned int symbol_count, in bfd_elf64_archive_write_armap() argument 152 unsigned int ranlibsize = (symbol_count * 8) + 8; in bfd_elf64_archive_write_armap() 189 bfd_putb64 ((bfd_vma) symbol_count, buf); in bfd_elf64_archive_write_armap() 201 while (current != NULL && count < symbol_count) in bfd_elf64_archive_write_armap() 206 while (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 | 617 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); in coff_renumber_symbols() local 638 amt = sizeof (asymbol *) * ((bfd_size_type) symbol_count + 1); in coff_renumber_symbols() 643 for (i = 0; i < symbol_count; i++) in coff_renumber_symbols() 652 for (i = 0; i < symbol_count; i++) in coff_renumber_symbols() 663 for (i = 0; i < symbol_count; i++) in coff_renumber_symbols() 671 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++) in coff_renumber_symbols() 710 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); in coff_mangle_symbols() local 714 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++) in coff_mangle_symbols()
|
| D | archive.c | 2107 unsigned int symbol_count, in coff_write_armap() argument 2112 unsigned int ranlibsize = (symbol_count * 4) + 4; in coff_write_armap() 2147 if (!bfd_write_bigendian_4byte_int (arch, symbol_count)) in coff_write_armap() 2158 while (current != NULL && count < symbol_count) in coff_write_armap() 2163 while (count < symbol_count && map[count].u.abfd == current) in coff_write_armap() 2177 for (count = 0; count < symbol_count; count++) in coff_write_armap()
|
| D | ieee.c | 682 unsigned int *symbol_count, in get_symbol() argument 701 (*symbol_count)++; in get_symbol() 723 unsigned int symbol_count = 0; in ieee_slurp_external_symbols() local 738 symbol = get_symbol (abfd, ieee, symbol, &symbol_count, in ieee_slurp_external_symbols() 752 symbol = get_symbol (abfd, ieee, symbol, &symbol_count, in ieee_slurp_external_symbols() 906 symbol = get_symbol (abfd, ieee, symbol, &symbol_count, in ieee_slurp_external_symbols() 948 if (symbol_count != abfd->symcount) in ieee_slurp_external_symbols()
|
| D | som.c | 4232 int symbol_count = bfd_get_symcount (abfd); in som_slurp_symbol_table() local 4244 if (symbol_count == 0) in som_slurp_symbol_table() 4252 amt = symbol_count; in som_slurp_symbol_table() 4259 amt = symbol_count; in som_slurp_symbol_table() 4270 endbufp = buf + symbol_count; in som_slurp_symbol_table()
|
| D | linker.c | 1289 bfd_size_type symbol_count, in generic_link_add_symbol_list() argument 1296 ppend = symbols + symbol_count; in generic_link_add_symbol_list()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | ldcref.c | 356 long symbol_count; in check_local_sym_xref() local 362 symbol_count = bfd_canonicalize_symtab (abfd, asymbols); in check_local_sym_xref() 363 if (symbol_count < 0) in check_local_sym_xref() 368 li->symbol_count = symbol_count; in check_local_sym_xref() 478 long symbol_count; in check_refs() local 484 symbol_count = bfd_canonicalize_symtab (abfd, asymbols); in check_refs() 485 if (symbol_count < 0) in check_refs() 490 li->symbol_count = symbol_count; in check_refs()
|
| D | ldmain.c | 1261 long symbol_count; in warning_callback() local 1267 symbol_count = bfd_canonicalize_symtab (abfd, asymbols); in warning_callback() 1268 if (symbol_count < 0) in warning_callback() 1273 entry->symbol_count = symbol_count; in warning_callback()
|
| D | ldlang.h | 238 unsigned int symbol_count; member
|
| D | ldmisc.c | 302 entry->symbol_count = sym_count; in vfinfo()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | archive64.c | 149 unsigned int symbol_count, in bfd_elf64_archive_write_armap() argument 152 unsigned int ranlibsize = (symbol_count * 8) + 8; in bfd_elf64_archive_write_armap() 192 bfd_putb64 ((bfd_vma) symbol_count, buf); in bfd_elf64_archive_write_armap() 204 while (current != NULL && count < symbol_count) in bfd_elf64_archive_write_armap() 225 for (count = 0; count < symbol_count; count++) in bfd_elf64_archive_write_armap()
|
| D | archive.c | 2073 unsigned int symbol_count, in coff_write_armap() argument 2078 unsigned int ranlibsize = (symbol_count * 4) + 4; in coff_write_armap() 2117 if (!bfd_write_bigendian_4byte_int (arch, symbol_count)) in coff_write_armap() 2128 while (current != NULL && count < symbol_count) in coff_write_armap() 2133 while (count < symbol_count && map[count].u.abfd == current) in coff_write_armap() 2147 for (count = 0; count < symbol_count; count++) in coff_write_armap()
|
| D | coffgen.c | 662 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); local 683 amt = sizeof (asymbol *) * ((bfd_size_type) symbol_count + 1); 688 for (i = 0; i < symbol_count; i++) 697 for (i = 0; i < symbol_count; i++) 708 for (i = 0; i < symbol_count; i++) 716 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++) 760 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); local 764 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++)
|
| D | ieee.c | 831 get_symbol (abfd, ieee, last_symbol, symbol_count, pptr, max_index, this_type) in get_symbol() argument 835 unsigned int *symbol_count; 854 (*symbol_count)++; 877 unsigned int symbol_count = 0; local 891 symbol = get_symbol (abfd, ieee, symbol, &symbol_count, 905 symbol = get_symbol (abfd, ieee, symbol, &symbol_count, 1060 symbol = get_symbol (abfd, ieee, symbol, &symbol_count, 1106 if (symbol_count != abfd->symcount)
|
| D | som.c | 4338 int symbol_count = bfd_get_symcount (abfd); local 4350 if (symbol_count == 0) 4358 amt = symbol_count; 4365 amt = symbol_count; 4376 endbufp = buf + symbol_count;
|
| D | linker.c | 1244 bfd_size_type symbol_count, in generic_link_add_symbol_list() argument 1251 ppend = symbols + symbol_count; in generic_link_add_symbol_list()
|
| /openbsd/src/usr.bin/yacc/ |
| D | lr0.c | 84 short *symbol_count; in allocate_itemsets() local 87 symbol_count = NEW2(nsyms, short); in allocate_itemsets() 94 symbol_count[symbol]++; in allocate_itemsets() 105 count += symbol_count[i]; in allocate_itemsets() 106 if (max < symbol_count[i]) in allocate_itemsets() 107 max = symbol_count[i]; in allocate_itemsets() 110 shift_symbol = symbol_count; in allocate_itemsets()
|
| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldmisc.c | 256 long symbol_count; in vfinfo() local 262 symbol_count = bfd_canonicalize_symtab (abfd, asymbols); in vfinfo() 263 if (symbol_count < 0) in vfinfo() 268 entry->symbol_count = symbol_count; in vfinfo()
|
| D | ldcref.c | 444 long symbol_count; in check_refs() local 450 symbol_count = bfd_canonicalize_symtab (abfd, asymbols); in check_refs() 451 if (symbol_count < 0) in check_refs() 456 li->symbol_count = symbol_count; in check_refs()
|
| D | ldmain.c | 1203 long symbol_count; in warning_callback() local 1209 symbol_count = bfd_canonicalize_symtab (abfd, asymbols); in warning_callback() 1210 if (symbol_count < 0) in warning_callback() 1215 entry->symbol_count = symbol_count; in warning_callback()
|
| D | ldlang.h | 239 unsigned int symbol_count; member
|
| D | ldlang.c | 446 p->symbol_count = 0; in new_afile()
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | Archive.cpp | 1073 uint32_t symbol_count = 0; in symbol_begin() local 1074 symbol_count = read32be(buf); in symbol_begin() 1075 buf += sizeof(uint32_t) + (symbol_count * (sizeof(uint32_t))); in symbol_begin() 1077 uint64_t symbol_count = read64be(buf); in symbol_begin() local 1078 buf += sizeof(uint64_t) + (symbol_count * (sizeof(uint64_t))); in symbol_begin() 1115 uint32_t symbol_count = 0; in symbol_begin() local 1118 symbol_count = read32le(buf); in symbol_begin() 1119 buf += 4 + (symbol_count * 2); // Skip indices. in symbol_begin()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | hpread.c | 723 int symbol_count = 0; /* Total number of symbols in this psymtab */ in scan_procs() local 815 symbol_count++; in scan_procs() 822 if (symbol_count == 0) in scan_procs() 827 return symbol_count; in scan_procs()
|
| /openbsd/src/gnu/usr.bin/binutils/gprof/ |
| D | ChangeLog-9203 | 963 (cg_print_file_ordering): Change symbol_count and index2 to
|