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.27/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 455 long symcount, unsigned int size)
465 fromend = from + symcount * size;
724 long symcount, unsigned int size,
732 qsort (minisyms, symcount, size, size_forward1);
736 symsizes = (struct size_sym *) xmalloc (symcount * sizeof (struct size_sym));
743 fromend = from + symcount * size;
806 symcount = symsizes - *symsizesp;
809 qsort ((void *) *symsizesp, symcount, sizeof (struct size_sym), size_forward2);
811 return symcount;
886 static long symcount;
881 static long symcount; local
1077 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);
148 if (symcount <= 0)
110 long symcount; local
size.c 268 long storage, symcount;
280 symcount = bfd_canonicalize_symtab (abfd, syms);
281 if (symcount < 0)
284 while (--symcount >= 0)
286 asymbol *sym = syms[symcount];
265 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;
391 symcount = bfd_canonicalize_symtab (inbfd, symbols);
392 if (symcount < 0)
423 powerpc_build_stubs (inbfd, outbfd, &symbols, &symcount);
463 for (i = 0; i < symcount; i++)
688 outsyms = (asymbol **) xmalloc ((symcount + newsymcount + 1)
690 memcpy (outsyms, symbols, symcount * sizeof (asymbol *));
691 memcpy (outsyms + symcount, newsyms, newsymcount * sizeof (asymbol *));
692 outsyms[symcount + newsymcount] = NULL;
695 bfd_set_symtab (outbfd, outsyms, symcount + newsymcount)
169 long symcount, newsymalloc, newsymcount; local
1697 long symcount; local
    [all...]
objdump.c 162 static long symcount = 0; variable
579 symcount = 0;
592 symcount = bfd_canonicalize_symtab (abfd, sy);
593 if (symcount < 0)
    [all...]
  /toolchain/binutils/binutils-2.27/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)
syms.c 450 bfd_set_symtab (bfd *abfd, asymbol **location, unsigned int symcount)
459 bfd_get_symcount (abfd) = symcount;
803 long symcount; local
819 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
821 symcount = bfd_canonicalize_symtab (abfd, syms);
822 if (symcount < 0)
828 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 1125 unsigned long symcount; \/* Number of external ELF symbols *\/ local
1397 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;
577 abfd->symcount++;
632 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...]
versados.c 528 abfd->symcount = VDATA (abfd)->nrefs + VDATA (abfd)->ndefs;
555 abfd->symcount += nsecs;
557 amt = abfd->symcount;
564 if ((VDATA (abfd)->symbols == NULL && abfd->symcount > 0)
587 if (abfd->symcount)
743 unsigned int symcount = bfd_get_symcount (abfd); local
750 i < symcount;
756 return symcount;
elf-m10200.c 467 unsigned int symcount;
504 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
507 end_hashes = sym_hashes + symcount;
466 unsigned int symcount; local
1234 unsigned int symcount; local
    [all...]
elf32-h8300.c 1494 unsigned int symcount; local
1562 unsigned int symcount; local
    [all...]
i386lynx.c 324 bfd_size_type symcount ATTRIBUTE_UNUSED)
347 bfd_size_type symcount ATTRIBUTE_UNUSED)
binary.c 69 abfd->symcount = BIN_SYMS;
mmo.c 551 if (abfd->symcount > 0)
2161 unsigned int symcount = bfd_get_symcount (abfd); local
    [all...]
  /external/wpa_supplicant_8/src/utils/
trace.c 100 long storage, symcount; local
128 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
130 symcount = bfd_canonicalize_symtab(abfd, syms);
131 if (symcount < 0) {
  /toolchain/binutils/binutils-2.27/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 1195 milliseconds

1 2 3 4