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

/haiku-fatelf/src/bin/gdb/bfd/
H A Darchive64.c149 unsigned int symbol_count,
152 unsigned int ranlibsize = (symbol_count * 8) + 8;
192 bfd_putb64 ((bfd_vma) symbol_count, buf);
204 while (current != NULL && count < symbol_count)
225 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.c2084 unsigned int symbol_count,
2089 unsigned int ranlibsize = (symbol_count * 4) + 4;
2127 if (!bfd_write_bigendian_4byte_int (arch, symbol_count))
2138 while (current != NULL && count < symbol_count)
2143 while (count < symbol_count && map[count].u.abfd == current)
2157 for (count = 0; count < symbol_count; count++)
2072 coff_write_armap(bfd *arch, unsigned int elength, struct orl *map, unsigned int symbol_count, int stridx) argument
H A Dcoffgen.c662 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++)
H A Dieee.c833 get_symbol (abfd, ieee, last_symbol, symbol_count, pptr, max_index, this_type)
837 unsigned int *symbol_count;
856 (*symbol_count)++;
879 unsigned int symbol_count = 0;
893 symbol = get_symbol (abfd, ieee, symbol, &symbol_count,
907 symbol = get_symbol (abfd, ieee, symbol, &symbol_count,
1060 symbol = get_symbol (abfd, ieee, symbol, &symbol_count,
1106 if (symbol_count != abfd->symcount)
877 unsigned int symbol_count = 0; local
H A Dsom.c4403 int symbol_count = bfd_get_symcount (abfd);
4415 if (symbol_count == 0)
4423 amt = symbol_count;
4430 amt = symbol_count;
4441 endbufp = buf + symbol_count;
4402 int symbol_count = bfd_get_symcount (abfd); local
H A Dlinker.c1248 bfd_size_type symbol_count,
1255 ppend = symbols + symbol_count;
1242 generic_link_add_symbol_list(bfd *abfd, struct bfd_link_info *info, bfd_size_type symbol_count, asymbol **symbols, bfd_boolean collect) argument
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c731 int symbol_count = 0; /* Total number of symbols in this psymtab */
823 symbol_count++;
830 if (symbol_count == 0)
835 return symbol_count;
723 int symbol_count = 0; /* Total number of symbols in this psymtab */ local

Completed in 106 milliseconds