HomeSort by: relevance | last modified time | path
    Searched defs:symbol_count (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-fp-as-gp.cc 64 int symbol_count = 0; local
88 symbol_count++;
93 return symbol_count;
179 int symbol_count; local
213 symbol_count = nds32_get_symbol_count ();
215 if (symbol_count >= threshold)
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-fp-as-gp.cc 64 int symbol_count = 0; local
88 symbol_count++;
93 return symbol_count;
179 int symbol_count; local
213 symbol_count = nds32_get_symbol_count ();
215 if (symbol_count >= threshold)
  /src/external/bsd/byacc/dist/
lr0.c 55 Value_t *symbol_count; local
58 symbol_count = NEW2(nsyms, Value_t);
68 symbol_count[symbol]++;
80 count += symbol_count[i];
81 if (max < symbol_count[i])
82 max = symbol_count[i];
85 shift_symbol = symbol_count;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Archive.cpp 900 uint32_t symbol_count = 0; local
901 symbol_count = read32be(buf);
902 buf += sizeof(uint32_t) + (symbol_count * (sizeof(uint32_t)));
904 uint64_t symbol_count = read64be(buf); local
905 buf += sizeof(uint64_t) + (symbol_count * (sizeof(uint64_t)));
940 uint32_t symbol_count = 0; local
943 symbol_count = read32le(buf);
944 buf += 4 + (symbol_count * 2); // Skip indices.
  /src/external/gpl3/gdb/dist/sim/common/
sim-trace.c 697 long symbol_count;
712 symbol_count = bfd_canonicalize_symtab (abfd, asymbols);
713 if (symbol_count < 0)
720 STATE_PROG_SYMS_COUNT (sd) = symbol_count;
695 long symbol_count; local
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-trace.c 697 long symbol_count;
712 symbol_count = bfd_canonicalize_symtab (abfd, asymbols);
713 if (symbol_count < 0)
720 STATE_PROG_SYMS_COUNT (sd) = symbol_count;
695 long symbol_count; local
  /src/external/gpl3/binutils/dist/bfd/
coffgen.c 804 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); local
825 amt = sizeof (asymbol *) * ((bfd_size_type) symbol_count + 1);
830 for (i = 0; i < symbol_count; i++)
839 for (i = 0; i < symbol_count; i++)
850 for (i = 0; i < symbol_count; i++)
858 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++)
900 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); local
904 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++)
som.c 4566 unsigned int symbol_count = bfd_get_symcount (abfd);
4578 if (symbol_count == 0)
4587 if (_bfd_mul_overflow (symbol_count, symsize, &amt))
4599 if (_bfd_mul_overflow (symbol_count, sizeof (som_symbol_type), &amt))
4609 endbufp = buf + symbol_count;
4565 unsigned int symbol_count = bfd_get_symcount (abfd); local
  /src/external/gpl3/binutils.old/dist/bfd/
coffgen.c 804 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); local
825 amt = sizeof (asymbol *) * ((bfd_size_type) symbol_count + 1);
830 for (i = 0; i < symbol_count; i++)
839 for (i = 0; i < symbol_count; i++)
850 for (i = 0; i < symbol_count; i++)
858 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++)
900 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); local
904 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++)
som.c 4564 unsigned int symbol_count = bfd_get_symcount (abfd);
4576 if (symbol_count == 0)
4585 if (_bfd_mul_overflow (symbol_count, symsize, &amt))
4597 if (_bfd_mul_overflow (symbol_count, sizeof (som_symbol_type), &amt))
4607 endbufp = buf + symbol_count;
4563 unsigned int symbol_count = bfd_get_symcount (abfd); local
  /src/external/gpl3/gdb/dist/bfd/
coffgen.c 802 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); local
823 amt = sizeof (asymbol *) * ((bfd_size_type) symbol_count + 1);
828 for (i = 0; i < symbol_count; i++)
837 for (i = 0; i < symbol_count; i++)
848 for (i = 0; i < symbol_count; i++)
856 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++)
898 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); local
902 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++)
som.c 4564 unsigned int symbol_count = bfd_get_symcount (abfd);
4576 if (symbol_count == 0)
4585 if (_bfd_mul_overflow (symbol_count, symsize, &amt))
4597 if (_bfd_mul_overflow (symbol_count, sizeof (som_symbol_type), &amt))
4607 endbufp = buf + symbol_count;
4563 unsigned int symbol_count = bfd_get_symcount (abfd); local
  /src/external/gpl3/gdb.old/dist/bfd/
coffgen.c 805 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); local
826 amt = sizeof (asymbol *) * ((bfd_size_type) symbol_count + 1);
831 for (i = 0; i < symbol_count; i++)
840 for (i = 0; i < symbol_count; i++)
851 for (i = 0; i < symbol_count; i++)
859 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++)
901 unsigned int symbol_count = bfd_get_symcount (bfd_ptr); local
905 for (symbol_index = 0; symbol_index < symbol_count; symbol_index++)
som.c 4564 unsigned int symbol_count = bfd_get_symcount (abfd);
4576 if (symbol_count == 0)
4585 if (_bfd_mul_overflow (symbol_count, symsize, &amt))
4597 if (_bfd_mul_overflow (symbol_count, sizeof (som_symbol_type), &amt))
4607 endbufp = buf + symbol_count;
4563 unsigned int symbol_count = bfd_get_symcount (abfd); local

Completed in 45 milliseconds