HomeSort by relevance Sort by last modified time
    Searched defs:symcount (Results 1 - 25 of 53) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gold/
mapfile.cc 208 unsigned int symcount = relobj->symbol_count(); local
209 for (unsigned int i = relobj->local_symbol_count(); i < symcount; ++i)
dynobj.cc 726 const size_t symcount = sd->symbols_size / sym_size; local
728 if (symcount * sym_size != sd->symbols_size)
744 this->symbols_->resize(symcount);
749 symtab->add_from_dynobj(this, sd->symbols->data(), symcount,
807 size_t symcount = ((sd->symbols_size - sd->external_symbols_offset) local
811 for (size_t i = 0; i < symcount; ++i, p += sym_size)
875 unsigned int symcount = hashcodes.size(); local
881 if (symcount < buckets[i] * full_fraction)
    [all...]
reloc.cc 1406 const unsigned int symcount = sh_size \/ sym_size; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
trace.c 74 long storage, symcount; local
102 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
104 symcount = bfd_canonicalize_symtab(abfd, syms);
105 if (symcount < 0) {
  /ndk/sources/host-tools/ndk-stack/binutils/
addr2line.c 113 long symcount;
130 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
132 symcount = bfd_canonicalize_symtab (abfd, syms);
133 if (symcount < 0)
111 long symcount; local
  /toolchain/binutils/binutils-2.25/binutils/
addr2line.c 112 long symcount;
129 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
131 symcount = bfd_canonicalize_symtab (abfd, syms);
132 if (symcount < 0)
137 if (symcount == 0
143 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
110 long symcount; local
rdcoff.c 53 long symcount; member in struct:coff_symbols
398 && symbols->symno < symbols->symcount)
507 && symbols->symno < symbols->symcount)
660 parse_coff (bfd *abfd, asymbol **syms, long symcount, void *dhandle)
675 symbols.symcount = symcount;
691 while (symbols.symno < symcount)
size.c 267 long storage, symcount;
279 symcount = bfd_canonicalize_symtab (abfd, syms);
280 if (symcount < 0)
283 while (--symcount >= 0)
285 asymbol *sym = syms[symcount];
264 long storage, symcount; local
coffgrok.c 52 static long symcount; variable
734 symcount = bfd_canonicalize_symtab (abfd, syms);
735 if (symcount < 0)
nlmconv.c 171 long symcount, newsymalloc, newsymcount;
390 symcount = bfd_canonicalize_symtab (inbfd, symbols);
391 if (symcount < 0)
422 powerpc_build_stubs (inbfd, outbfd, &symbols, &symcount);
462 for (i = 0; i < symcount; i++)
687 outsyms = (asymbol **) xmalloc ((symcount + newsymcount + 1)
689 memcpy (outsyms, symbols, symcount * sizeof (asymbol *));
690 memcpy (outsyms + symcount, newsyms, newsymcount * sizeof (asymbol *));
691 outsyms[symcount + newsymcount] = NULL;
694 bfd_set_symtab (outbfd, outsyms, symcount + newsymcount)
169 long symcount, newsymalloc, newsymcount; local
1693 long symcount; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf-m10200.c 472 unsigned int symcount;
509 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
512 end_hashes = sym_hashes + symcount;
471 unsigned int symcount; local
1239 unsigned int symcount; local
    [all...]
elf32-crx.c 600 unsigned int symcount; local
670 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
673 end_hashes = sym_hashes + symcount;
    [all...]
syms.c 449 bfd_set_symtab (bfd *abfd, asymbol **location, unsigned int symcount)
458 bfd_get_symcount (abfd) = symcount;
802 long symcount; local
818 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
820 symcount = bfd_canonicalize_symtab (abfd, syms);
821 if (symcount < 0)
826 return symcount;
    [all...]
elf32-m68hc11.c 1125 unsigned int symcount; local
    [all...]
nlmcode.h 863 long symcount; local
867 symcount = (i_fxdhdrp->numberOfPublics
870 symtab_size = (symcount + 1) * (sizeof (asymbol));
890 When we return, the bfd symcount is either zero or contains the correct
898 bfd_size_type symcount; /* Counter of NLM symbols. */ local
    [all...]
cofflink.c 233 bfd_size_type symcount; local
240 symcount = obj_raw_syment_count (abfd);
242 if (symcount == 0)
257 amt = symcount * sizeof (struct coff_link_hash_entry *);
266 esym_end = esym + symcount * symesz;
    [all...]
elf32-cr16.c 1271 unsigned int symcount; local
    [all...]
elf32-h8300.c 1500 unsigned int symcount; local
1568 unsigned int symcount; local
    [all...]
elf32-ip2k.c 582 unsigned int symcount; local
761 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
764 end_hashes = sym_hashes + symcount;
    [all...]
elf32-m32c.c 1912 unsigned int symcount; local
    [all...]
elf32-msp430.c 1537 unsigned int symcount; local
1617 unsigned int symcount; local
1690 unsigned int symcount; local
    [all...]
elf32-rl78.c 1482 unsigned int symcount; local
    [all...]
elfcode.h 1121 unsigned long symcount; \/* Number of external ELF symbols *\/ local
1393 unsigned int symcount; local
    [all...]
srec.c 286 ++abfd->symcount;
672 if (abfd->symcount > 0)
707 if (abfd->symcount > 0)
1187 bfd_size_type symcount = bfd_get_symcount (abfd); local
1192 if (csymbols == NULL && symcount != 0)
1197 csymbols = (asymbol *) bfd_alloc (abfd, symcount * sizeof (asymbol));
1215 for (i = 0; i < symcount; i++)
1219 return symcount;
    [all...]
versados.c 497 abfd->symcount = VDATA (abfd)->nrefs + VDATA (abfd)->ndefs;
525 abfd->symcount += nsecs;
527 amt = abfd->symcount;
534 if ((VDATA (abfd)->symbols == NULL && abfd->symcount > 0)
557 if (abfd->symcount)
698 unsigned int symcount = bfd_get_symcount (abfd); local
705 i < symcount;
711 return symcount;

Completed in 430 milliseconds

1 2 3