Home
last modified time | relevance | path

Searched refs:symbol_count (Results 1 – 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
HDarchive64.c149 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()
222 for (count = 0; count < symbol_count; count++) in bfd_elf64_archive_write_armap()
HDarchive.c2078 unsigned int symbol_count, in coff_write_armap() argument
2083 unsigned int ranlibsize = (symbol_count * 4) + 4; in coff_write_armap()
2118 if (!bfd_write_bigendian_4byte_int (arch, symbol_count)) in coff_write_armap()
2129 while (current != NULL && count < symbol_count) in coff_write_armap()
2134 while (count < symbol_count && map[count].u.abfd == current) in coff_write_armap()
2148 for (count = 0; count < symbol_count; count++) in coff_write_armap()
HDcoffgen.c617 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()
HDieee.c682 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()
HDlinker.c1290 bfd_size_type symbol_count, in generic_link_add_symbol_list() argument
1297 ppend = symbols + symbol_count; in generic_link_add_symbol_list()
HDChangeLog-00015636 * archive.c (coff_write_armap): Don't write more than symbol_count
/freebsd-11-stable/contrib/binutils/ld/
HDldcref.c492 long symbol_count; in check_local_sym_xref() local
498 symbol_count = bfd_canonicalize_symtab (abfd, asymbols); in check_local_sym_xref()
499 if (symbol_count < 0) in check_local_sym_xref()
504 li->symbol_count = symbol_count; in check_local_sym_xref()
614 long symbol_count; in check_refs() local
620 symbol_count = bfd_canonicalize_symtab (abfd, asymbols); in check_refs()
621 if (symbol_count < 0) in check_refs()
626 li->symbol_count = symbol_count; in check_refs()
HDldmain.c1228 long symbol_count; in warning_callback() local
1234 symbol_count = bfd_canonicalize_symtab (abfd, asymbols); in warning_callback()
1235 if (symbol_count < 0) in warning_callback()
1240 entry->symbol_count = symbol_count; in warning_callback()
HDldlang.h240 unsigned int symbol_count; member
HDldmisc.c309 entry->symbol_count = sym_count; in vfinfo()
HDldlang.c982 p->symbol_count = 0; in new_afile()
/freebsd-11-stable/contrib/byacc/
HDlr0.c51 Value_t *symbol_count; in allocate_itemsets() local
54 symbol_count = NEW2(nsyms, Value_t); in allocate_itemsets()
63 symbol_count[symbol]++; in allocate_itemsets()
75 count += symbol_count[i]; in allocate_itemsets()
76 if (max < symbol_count[i]) in allocate_itemsets()
77 max = symbol_count[i]; in allocate_itemsets()
80 shift_symbol = symbol_count; in allocate_itemsets()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDArchive.cpp904 uint32_t symbol_count = 0; in symbol_begin() local
905 symbol_count = read32be(buf); in symbol_begin()
906 buf += sizeof(uint32_t) + (symbol_count * (sizeof(uint32_t))); in symbol_begin()
908 uint64_t symbol_count = read64be(buf); in symbol_begin() local
909 buf += sizeof(uint64_t) + (symbol_count * (sizeof(uint64_t))); in symbol_begin()
944 uint32_t symbol_count = 0; in symbol_begin() local
947 symbol_count = read32le(buf); in symbol_begin()
948 buf += 4 + (symbol_count * 2); // Skip indices. in symbol_begin()
/freebsd-11-stable/contrib/gdb/gdb/
HDhpread.c725 int symbol_count = 0; /* Total number of symbols in this psymtab */ in scan_procs() local
817 symbol_count++; in scan_procs()
824 if (symbol_count == 0) in scan_procs()
829 return symbol_count; in scan_procs()