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

1 2 3 4

  /toolchain/binutils/binutils-2.25/binutils/
rddbg.c 47 read_debugging_info (bfd *abfd, asymbol **syms, long symcount, bfd_boolean no_messages)
56 if (! read_section_stabs_debugging_info (abfd, syms, symcount, dhandle,
62 if (! read_symbol_stabs_debugging_info (abfd, syms, symcount, dhandle,
77 && symcount > 0)
79 if (! parse_coff (abfd, syms, symcount, dhandle))
98 read_section_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount,
154 shandle = start_stab (dhandle, abfd, TRUE, syms, symcount);
273 read_symbol_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount,
280 symend = syms + symcount;
294 shandle = start_stab (dhandle, abfd, FALSE, syms, symcount);
    [all...]
nm.c 417 long symcount, unsigned int size)
427 fromend = from + symcount * size;
686 long symcount, unsigned int size,
694 qsort (minisyms, symcount, size, size_forward1);
698 symsizes = (struct size_sym *) xmalloc (symcount * sizeof (struct size_sym));
705 fromend = from + symcount * size;
768 symcount = symsizes - *symsizesp;
771 qsort ((void *) *symsizesp, symcount, sizeof (struct size_sym), size_forward2);
773 return symcount;
835 static long symcount;
830 static long symcount; local
1003 long symcount; local
    [all...]
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
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
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)
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...]
coffgrok.c 52 static long symcount; variable
734 symcount = bfd_canonicalize_symtab (abfd, syms);
735 if (symcount < 0)
objdump.c 161 static long symcount = 0; variable
564 symcount = 0;
577 symcount = bfd_canonicalize_symtab (abfd, sy);
578 if (symcount < 0)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
genlink.h 79 and keeps them in the outsymbol and symcount fields. */
82 #define _bfd_generic_link_get_symcount(abfd) ((abfd)->symcount)
aout-cris.c 223 bfd_size_type symcount)
250 if (r_extern && r_index > symcount)
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;
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...]
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...]
elfcode.h 1121 unsigned long symcount; \/* Number of external ELF symbols *\/ local
1393 unsigned int symcount; local
    [all...]
oasys.c 82 amt = abfd->symcount;
89 amt += abfd->symcount;
96 dest_defined = data->symbols + abfd->symcount - 1;
190 return (abfd->symcount + 1) * (sizeof (oasys_symbol_type *));
205 for (counter = 0; counter < abfd->symcount; counter++)
209 return abfd->symcount;
579 abfd->symcount++;
634 if (abfd->symcount != 0)
    [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...]
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-msp430.c 1537 unsigned int symcount; local
1617 unsigned int symcount; local
1690 unsigned int symcount; local
    [all...]
elf32-h8300.c 1500 unsigned int symcount; local
1568 unsigned int symcount; local
    [all...]
i386lynx.c 326 bfd_size_type symcount ATTRIBUTE_UNUSED)
349 bfd_size_type symcount ATTRIBUTE_UNUSED)
  /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) {
  /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...]
  /external/kmod/libkmod/
libkmod-elf.c 760 int i, count, symcount, err; local
784 symcount = symtablen / symlen;
789 for (i = 1; i < symcount; i++, sym_off += symlen) {
828 for (i = 1; i < symcount; i++, sym_off += symlen) {
917 int i, count, symcount, vercount, err; local
980 symcount = symtablen / symlen;
986 symcrcs = calloc(symcount, sizeof(uint64_t));
992 for (i = 1; i < symcount; i++, sym_off += symlen) {
1088 for (i = 1; i < symcount; i++, sym_off += symlen) {
  /external/syslinux/gpxe/src/util/
elf2efi.c 266 long symcount; local
277 symcount = bfd_canonicalize_symtab ( bfd, symtab );
278 if ( symcount < 0 ) {

Completed in 1328 milliseconds

1 2 3 4