Searched refs:symbol_count (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Darchive64.c149 unsigned int symbol_count,
152 unsigned int ranlibsize = (symbol_count * 8) + 8;
189 bfd_putb64 ((bfd_vma) symbol_count, buf);
201 while (current != NULL && count < symbol_count)
222 for (count = 0; count < symbol_count; count++)
146 bfd_elf64_archive_write_armap(bfd *arch, unsigned int elength, struct orl *map, unsigned int symbol_count, int stridx) argument
H A Darchive.c2088 unsigned int symbol_count,
2093 unsigned int ranlibsize = (symbol_count * 4) + 4;
2128 if (!bfd_write_bigendian_4byte_int (arch, symbol_count))
2139 while (current != NULL && count < symbol_count)
2144 while (count < symbol_count && map[count].u.abfd == current)
2158 for (count = 0; count < symbol_count; count++)
2075 coff_write_armap(bfd *arch, unsigned int elength, struct orl *map, unsigned int symbol_count, int stridx) argument
H A Dcoffgen.c617 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); local
638 amt = sizeof (asymbol *) * ((bfd_size_type) symbol_count + 1);
643 for (i = 0; i < symbol_count; i++)
652 for (i = 0; i < symbol_count; i++)
663 for (i = 0; i < symbol_count; i++)
671 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++)
710 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); local
714 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++)
H A Dieee.c684 unsigned int *symbol_count,
703 (*symbol_count)++;
725 unsigned int symbol_count = 0;
740 symbol = get_symbol (abfd, ieee, symbol, &symbol_count,
754 symbol = get_symbol (abfd, ieee, symbol, &symbol_count,
908 symbol = get_symbol (abfd, ieee, symbol, &symbol_count,
950 if (symbol_count != abfd->symcount)
679 get_symbol(bfd *abfd ATTRIBUTE_UNUSED, ieee_data_type *ieee, ieee_symbol_type *last_symbol, unsigned int *symbol_count, ieee_symbol_type ***pptr, unsigned int *max_index, int this_type) argument
723 unsigned int symbol_count = 0; local
H A Dlinker.c1294 bfd_size_type symbol_count,
1301 ppend = symbols + symbol_count;
1288 generic_link_add_symbol_list(bfd *abfd, struct bfd_link_info *info, bfd_size_type symbol_count, asymbol **symbols, bfd_boolean collect) argument
/freebsd-11-stable/contrib/byacc/
H A Dlr0.c51 Value_t *symbol_count; local
54 symbol_count = NEW2(nsyms, Value_t);
63 symbol_count[symbol]++;
75 count += symbol_count[i];
76 if (max < symbol_count[i])
77 max = symbol_count[i];
80 shift_symbol = symbol_count;
/freebsd-11-stable/contrib/binutils/ld/
H A Dldcref.c492 long symbol_count; local
498 symbol_count = bfd_canonicalize_symtab (abfd, asymbols);
499 if (symbol_count < 0)
504 li->symbol_count = symbol_count;
614 long symbol_count; local
620 symbol_count = bfd_canonicalize_symtab (abfd, asymbols);
621 if (symbol_count < 0)
626 li->symbol_count = symbol_count;
[all...]
H A Dldmain.c900 header.type, closed, passive_position, symbol_count,
1230 long symbol_count;
1236 symbol_count = bfd_canonicalize_symtab (abfd, asymbols);
1237 if (symbol_count < 0)
1242 entry->symbol_count = symbol_count;
1228 long symbol_count; local
H A Dldlang.h240 unsigned int symbol_count; member in struct:lang_input_statement_struct
H A Dldmisc.c309 entry->symbol_count = sym_count;
H A Dldlang.c982 p->symbol_count = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp904 uint32_t symbol_count = 0; local
905 symbol_count = read32be(buf);
906 buf += sizeof(uint32_t) + (symbol_count * (sizeof(uint32_t)));
908 uint64_t symbol_count = read64be(buf); local
909 buf += sizeof(uint64_t) + (symbol_count * (sizeof(uint64_t)));
944 uint32_t symbol_count = 0; local
947 symbol_count = read32le(buf);
948 buf += 4 + (symbol_count * 2); // Skip indices.
/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpread.c733 int symbol_count = 0; /* Total number of symbols in this psymtab */
825 symbol_count++;
832 if (symbol_count == 0)
837 return symbol_count;
725 int symbol_count = 0; /* Total number of symbols in this psymtab */ local

Completed in 373 milliseconds