HomeSort by relevance Sort by last modified time
    Searched refs:nsyms (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/bison/src/
lalr.c 100 for (i = ntokens; i < nsyms; i++)
106 for (i = ntokens; i < nsyms; i++)
109 goto_map[nsyms - ntokens] = ngotos;
110 temp_map[nsyms - ntokens] = ngotos;
465 aver (nsyms == nvars + ntokens);
nullable.c 49 for (i = ntokens; i < nsyms; i++)
symtab.c 90 if (nsyms == SYMBOL_NUMBER_MAXIMUM)
93 nsyms++;
884 symbols = xcalloc (nsyms, sizeof *symbols);
891 int nsyms_old = nsyms;
896 nsyms -= 1;
909 symbols = xnrealloc (symbols, nsyms, sizeof *symbols);
output.c 171 for (i = 0; i < nsyms; i++)
404 for (i = 0; i < nsyms; ++i)
445 yydefgoto[0], 1, nsyms - ntokens);
  /toolchain/binutils/binutils-2.25/bfd/
pef.c 950 long nsyms = bfd_pef_count_symbols (abfd); local
952 if (nsyms < 0)
953 return nsyms;
954 return ((nsyms + 1) * sizeof (asymbol *));
963 long nsyms = bfd_pef_count_symbols (abfd); local
965 if (nsyms < 0)
966 return nsyms;
968 syms = bfd_alloc (abfd, nsyms * sizeof (asymbol));
972 for (i = 0; i < nsyms; i++)
975 alocation[nsyms] = NULL
    [all...]
mach-o.c 733 return mdata->symtab->nsyms;
739 long nsyms = bfd_mach_o_count_symbols (abfd); local
741 return ((nsyms + 1) * sizeof (asymbol *));
748 long nsyms = bfd_mach_o_count_symbols (abfd); local
752 if (nsyms < 0)
753 return nsyms;
755 if (nsyms == 0)
771 for (j = 0; j < sym->nsyms; j++)
776 return nsyms;
817 if (isym < symtab->nsyms && symtab->symbols[isym].symbol.name
    [all...]
mach-o.h 136 unsigned int nsyms; member in struct:bfd_mach_o_symtab_command
262 /* The symbols indicated by symoff and nsyms of the LC_SYMTAB load command
elflink.c 2093 size_t nsyms; local
5168 unsigned long int nsyms; member in struct:collect_gnu_hash_codes
6425 unsigned long int nsyms; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
plugin.cc 97 add_symbols(void *handle, int nsyms, const struct ld_plugin_symbol *syms);
109 get_symbols(const void *handle, int nsyms, struct ld_plugin_symbol *syms);
112 get_symbols_v2(const void *handle, int nsyms, struct ld_plugin_symbol *syms);
918 int nsyms,
930 if (nsyms > this->nsyms_)
933 if (static_cast<size_t>(nsyms) > this->symbols_.size())
938 for (int i = 0; i < nsyms; i++)
943 for (int i = 0; i < nsyms; i++)
    [all...]
incremental.cc 576 unsigned int nsyms = input_file.get_global_symbol_count(); local
581 for (unsigned int i = 0; i < nsyms; ++i)
830 unsigned int* nsyms,
834 *nsyms = this->main_symtab_loc_.data_size / elfcpp::Elf_sizes<size>::sym_size;
1329 unsigned int nsyms = syms->size(); local
1561 unsigned int nsyms = syms->size(); local
1704 unsigned int nsyms = syms->size(); local
1749 unsigned int nsyms = entry->get_unused_global_symbol_count(); local
    [all...]
archive.cc 290 unsigned int nsyms = elfcpp::Swap<32, true>::readval(pword); local
294 const char* pnames = reinterpret_cast<const char*>(pword + nsyms);
299 this->armap_.resize(nsyms);
302 for (unsigned int i = 0; i < nsyms; ++i)
321 this->armap_checked_.resize(nsyms);
    [all...]
object.h 1408 unsigned int nsyms = this->do_get_global_symbols()->size(); local
1419 unsigned int nsyms = this->do_get_global_symbols()->size(); local
1434 unsigned int nsyms = this->do_get_global_symbols()->size(); local
    [all...]
dynobj.cc 1185 const unsigned int nsyms = hashed_dynsyms.size(); local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
plugin.c 413 add_symbols (void *handle, int nsyms, const struct ld_plugin_symbol *syms)
420 symptrs = xmalloc (nsyms * sizeof *symptrs);
421 for (n = 0; n < nsyms; n++)
432 bfd_set_symtab (abfd, symptrs, nsyms);
501 get_symbols (const void *handle, int nsyms, struct ld_plugin_symbol *syms,
508 for (n = 0; n < nsyms; n++)
607 get_symbols_v1 (const void *handle, int nsyms, struct ld_plugin_symbol *syms)
609 return get_symbols (handle, nsyms, syms, LDPR_PREVAILING_DEF);
613 get_symbols_v2 (const void *handle, int nsyms, struct ld_plugin_symbol *syms)
615 return get_symbols (handle, nsyms, syms, LDPR_PREVAILING_DEF_IRONLY_EXP)
    [all...]
  /external/swiftshader/third_party/LLVM/test/Scripts/
macho-dumpx 162 nsyms = f.read32()
163 print " ('nsyms', %r)" % nsyms
179 for i in range(nsyms):
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 385 unsigned int nsyms; member in struct:xcoff_dump
403 && symndx < data->nsyms
430 printf (_(" nbr symbols: %d\n"), data->nsyms);
639 if (data->nsyms == 0)
643 + data->nsyms * (unsigned)sizeof (struct external_syment);
678 xmalloc (data->nsyms * sizeof (union xcoff32_symbol));
680 for (i = 0; i < data->nsyms; i++)
747 + data->nsyms * (unsigned)sizeof (struct external_syment));
748 if (data->nsyms == 0 || data->syms == NULL)
773 for (i = 0; i < data->nsyms; i++
    [all...]
od-macho.c 537 if (symtab && symtab->symbols && toc->symbol_index < symtab->nsyms)
598 && isym < symtab->nsyms
621 && ref->isym < symtab->nsyms
    [all...]
  /external/valgrind/coregrind/
m_redir.c 393 Int i, nsyms, becTag, becPrio; local
518 nsyms = VG_(DebugInfo_syms_howmany)( newdi );
519 for (i = 0; i < nsyms; i++) {
672 for (i = 0; i < nsyms; i++) {
809 Int nsyms, i; local
1786 Int nsyms = VG_(DebugInfo_syms_howmany)(di); local
    [all...]
  /external/google-breakpad/src/common/mac/
macho_reader.cc 380 uint32_t symoff, nsyms, stroff, strsize; local
381 cursor >> symoff >> nsyms >> stroff >> strsize;
391 size_t symbols_size = nsyms * symbol_size;
  /toolchain/binutils/binutils-2.25/opcodes/
mmix-dis.c 99 long nsyms; local
107 nsyms = bfd_canonicalize_symtab (abfd, syms);
112 for (i = 0; i < nsyms && syms[i] != NULL; i++)
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 160 unsigned char nsyms[4]; /* Number of symbols. */ member in struct:mach_o_symtab_command_external
  /external/elfutils/src/
nm.c 743 GElf_SymX *syms, size_t nsyms, int longest_name,
806 for (cnt = 1; cnt < nsyms; ++cnt)
925 GElf_SymX *syms, size_t nsyms)
938 for (size_t cnt = 0; cnt < nsyms; ++cnt)
1057 size_t nsyms)
1070 for (size_t cnt = 0; cnt < nsyms; ++cnt)
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 399 if (Dysymtab.nlocalsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) {
406 if (Dysymtab.nlocalsym != 0 && BigSize > Symtab.nsyms) {
411 if (Dysymtab.nextdefsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) {
418 if (Dysymtab.nextdefsym != 0 && BigSize > Symtab.nsyms) {
424 if (Dysymtab.nundefsym != 0 && Dysymtab.iundefsym > Symtab.nsyms) {
431 if (Dysymtab.nundefsym != 0 && BigSize > Symtab.nsyms) {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.c 1304 unsigned int k, j, nsyms; local
1642 int nsyms; local
    [all...]
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 327 n = stp->nsyms * sizeof(nlist_type);

Completed in 1910 milliseconds

12 3 4