Searched refs:symcount (Results 1 - 25 of 51) sorted by relevance

123

/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb-stabs.h54 int symcount; /* How many symbols are there in the file */ member in struct:dbx_symfile_info
80 #define DBX_SYMCOUNT(o) (DBX_SYMFILE_INFO(o)->symcount)
/haiku-fatelf/src/bin/gdb/bfd/
H A Dgenlink.h78 and keeps them in the outsymbol and symcount fields. */
81 #define _bfd_generic_link_get_symcount(abfd) ((abfd)->symcount)
H A Dvms-gsd.c307 abfd->symcount = 0;
525 vms_debug(4, "gsd sym def #%d (%s, %d [%p], %04x=%s)\n", abfd->symcount,
533 vms_debug (4, "gsd sym ref #%d (%s, %s [%p], %04x=%s)\n", abfd->symcount,
656 vms_debug(4, "egsd sym def #%d (%s, %d, %04x=%s)\n", abfd->symcount,
665 vms_debug(4, "egsd sym ref #%d (%s, %04x=%s)\n", abfd->symcount,
693 abfd->symcount++;
713 if (abfd->symcount > 0)
839 vms_debug (3, "%d symbols found\n", abfd->symcount);
844 for (symnum = 0; symnum < abfd->symcount; symnum++)
H A Daout-cris.c227 MY(swap_ext_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
232 bfd_size_type symcount;
259 if (r_extern && r_index > symcount)
H A Dsyms.c431 bfd_set_symtab (bfd *abfd, asymbol **location, unsigned int symcount) argument
440 bfd_get_symcount (abfd) = symcount;
779 long symcount; local
795 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
797 symcount = bfd_canonicalize_symtab (abfd, syms);
798 if (symcount < 0)
803 return symcount;
H A Dnlmcode.h906 long symcount; variable
910 symcount = (i_fxdhdrp->numberOfPublics
913 symtab_size = (symcount + 1) * (sizeof (asymbol));
1009 When we return, the bfd symcount is either zero or contains the correct
1018 bfd_size_type symcount; /* Counter of NLM symbols. */ variable
1038 abfd->symcount = 0;
1055 /* We use the bfd's symcount directly as the control count, so that early
1056 termination of the loop leaves the symcount correct for the symbols that
1060 symcount = i_fxdhdrp->numberOfPublics;
1061 while (abfd->symcount < symcoun
[all...]
H A Delfcode.h994 unsigned long symcount; /* Number of external ELF symbols */
1038 symcount = hdr->sh_size / sizeof (Elf_External_Sym);
1039 if (symcount == 0)
1043 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, symcount, 0,
1048 amt = symcount;
1056 && verhdr->sh_size / sizeof (Elf_External_Versym) != symcount)
1062 symcount);
1086 isymend = isymbuf + symcount;
1186 (*ebd->elf_backend_symbol_table_processing) (abfd, symbase, symcount);
1190 symcount
991 unsigned long symcount; /* Number of external ELF symbols */ local
1235 unsigned int symcount; local
[all...]
H A Di386lynx.c343 NAME(lynx,swap_ext_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
348 bfd_size_type symcount ATTRIBUTE_UNUSED;
367 NAME(lynx,swap_std_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
372 bfd_size_type symcount ATTRIBUTE_UNUSED;
H A Dsrec.c333 ++abfd->symcount;
668 if (abfd->symcount > 0)
704 if (abfd->symcount > 0)
1195 bfd_size_type symcount = bfd_get_symcount (abfd); local
1205 csymbols = (asymbol *) bfd_alloc (abfd, symcount * sizeof (asymbol));
1206 if (csymbols == NULL && symcount != 0)
1223 for (i = 0; i < symcount; i++)
1227 return symcount;
H A Dversados.c538 abfd->symcount = VDATA (abfd)->nrefs + VDATA (abfd)->ndefs;
565 abfd->symcount += nsecs;
567 amt = abfd->symcount;
574 if ((VDATA (abfd)->symbols == NULL && abfd->symcount > 0)
596 if (abfd->symcount)
747 unsigned int symcount = bfd_get_symcount (abfd); local
754 i < symcount;
762 return symcount;
H A Dvms-hdr.c333 for (symnum = 0; symnum < abfd->symcount; symnum++)
358 if (symnum == abfd->symcount)
H A Daout-ns32k.c275 MY_swap_std_reloc_in (abfd, bytes, cache_ptr, symbols, symcount)
280 bfd_size_type symcount ATTRIBUTE_UNUSED;
H A Doasys.c152 amt = abfd->symcount;
159 amt += abfd->symcount;
166 dest_defined = data->symbols + abfd->symcount - 1;
268 return (abfd->symcount + 1) * (sizeof (oasys_symbol_type *));
285 for (counter = 0; counter < abfd->symcount; counter++)
290 return abfd->symcount;
480 abfd->symcount++;
536 if (abfd->symcount != 0)
H A Delf32-msp430.c799 unsigned int symcount; local
809 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
812 end_hashes = sym_hashes + symcount;
844 unsigned int symcount; local
879 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
882 end_hashes = sym_hashes + symcount;
H A Delf.c316 size_t symcount,
334 if (symcount == 0)
347 amt = symcount * extsym_size;
366 amt = symcount * sizeof (Elf_External_Sym_Shndx);
384 bfd_size_type amt = symcount * sizeof (Elf_Internal_Sym);
391 isymend = intsym_buf + symcount;
3033 unsigned int symcount = bfd_get_symcount (abfd);
3067 for (idx = 0; idx < symcount; idx++)
3108 for (idx = 0; idx < symcount; idx++)
3138 for (idx = 0; idx < symcount; id
314 bfd_elf_get_elf_syms(bfd *ibfd, Elf_Internal_Shdr *symtab_hdr, size_t symcount, size_t symoffset, Elf_Internal_Sym *intsym_buf, void *extsym_buf, Elf_External_Sym_Shndx *extshndx_buf) argument
3028 unsigned int symcount = bfd_get_symcount (abfd); local
5572 int symcount; local
5859 long symcount; local
5874 long symcount; local
5927 long symcount = bed->s->slurp_symbol_table (abfd, allocation, FALSE); local
5939 long symcount = bed->s->slurp_symbol_table (abfd, allocation, TRUE); local
[all...]
H A Delf-m10200.c1173 unsigned int symcount;
1214 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
1217 end_hashes = sym_hashes + symcount;
1248 unsigned int symcount;
1261 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
1264 end_hashes = sym_hashes + symcount;
1172 unsigned int symcount; local
1247 unsigned int symcount; local
H A Delf32-h8300.c1281 unsigned int symcount;
1323 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
1326 end_hashes = sym_hashes + symcount;
1354 unsigned int symcount;
1369 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
1372 end_hashes = sym_hashes + symcount;
1280 unsigned int symcount; local
1353 unsigned int symcount; local
H A Dlinker.c703 long symcount;
711 symcount = bfd_canonicalize_symtab (abfd, bfd_get_outsymbols (abfd));
712 if (symcount < 0)
714 bfd_get_symcount (abfd) = symcount;
792 bfd_size_type symcount;
797 symcount = _bfd_generic_link_get_symcount (abfd);
799 return generic_link_add_symbol_list (abfd, info, symcount, outsyms, collect);
1158 bfd_size_type symcount;
1165 symcount = _bfd_generic_link_get_symcount (abfd);
1167 if (! generic_link_add_symbol_list (abfd, info, symcount,
702 long symcount; local
790 bfd_size_type symcount; local
1154 bfd_size_type symcount; local
[all...]
H A Dmmo.c588 if (abfd->symcount > 0)
1276 ++abfd->symcount;
2175 return (abfd->symcount + 1) * sizeof (asymbol *);
2205 unsigned int symcount = bfd_get_symcount (abfd); local
2228 qsort (alocation, symcount, sizeof (struct mmo_symbol *),
2231 csymbols = (asymbol *) bfd_alloc (abfd, symcount * sizeof (asymbol));
2232 if (csymbols == NULL && symcount != 0)
2284 for (i = 0; i < symcount; i++)
2288 return symcount;
H A Daout-arm.c356 MY_swap_std_reloc_in (abfd, bytes, cache_ptr, symbols, symcount)
361 bfd_size_type symcount ATTRIBUTE_UNUSED;
H A Dhp300hpux.c644 MY (swap_std_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
649 bfd_size_type symcount ATTRIBUTE_UNUSED;
H A Dtekhex.c453 abfd->symcount++;
546 return (abfd->symcount + 1) * (sizeof (struct tekhex_asymbol_struct *));
H A Dbinary.c87 abfd->symcount = BIN_SYMS;
H A Delf-m10300.c1850 unsigned int symcount;
1855 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
1858 end_hashes = hashes + symcount;
2014 unsigned int symcount;
2134 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
2137 end_hashes = hashes + symcount;
3449 unsigned int symcount;
3490 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
3493 end_hashes = sym_hashes + symcount;
3524 unsigned int symcount;
1849 unsigned int symcount; local
2013 unsigned int symcount; local
3448 unsigned int symcount; local
3523 unsigned int symcount; local
[all...]
H A Delf32-crx.c589 unsigned int symcount; local
663 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
666 end_hashes = sym_hashes + symcount;

Completed in 175 milliseconds

123