Searched refs:nsyms (Results 1 - 25 of 33) sorted by relevance

12

/external/python/cpython2/Parser/
H A Dfirstsets.c34 int nsyms; local
65 nsyms = 1;
71 for (j = 0; j < nsyms; j++) {
75 if (j >= nsyms) { /* New label */
77 sizeof(int) * (nsyms + 1));
81 sym[nsyms++] = a->a_lbl;
/external/bison/src/
H A Dreduce.c163 Vp = bitset_create (nsyms, BITSET_FIXED);
213 for (i = ntokens; i < nsyms; i++)
296 for (i = ntokens; i < nsyms; i++)
299 for (i = ntokens; i < nsyms; i++)
312 for (i = ntokens; i < nsyms; i++)
314 for (i = ntokens; i < nsyms; i++)
316 for (i = ntokens; i < nsyms; i++)
334 nsyms -= nuseless_nonterminals;
353 fprintf (out, " %s\n", symbols[nsyms + i]->tag);
408 V = bitset_create (nsyms, BITSET_FIXE
[all...]
H A Dclosure.c78 for (i = ntokens; i < nsyms; i++)
99 for (i = ntokens; i < nsyms; i++)
131 for (i = ntokens; i < nsyms; i++)
169 for (i = ntokens; i < nsyms; ++i)
170 for (j = ntokens; j < nsyms; ++j)
H A DLR0.c103 size_t *symbol_count = xcalloc (nsyms + nuseless_nonterminals,
119 kernel_base = xnmalloc (nsyms, sizeof *kernel_base);
123 for (i = 0; i < nsyms; i++)
130 kernel_size = xnmalloc (nsyms, sizeof *kernel_size);
139 shiftset = xnmalloc (nsyms, sizeof *shiftset);
142 shift_symbol = xnmalloc (nsyms, sizeof *shift_symbol);
184 memset (kernel_size, 0, nsyms * sizeof *kernel_size);
H A Dderives.c47 for (i = ntokens; i < nsyms; i++)
94 for (i = ntokens; i < nsyms; i++)
H A Dgram.h111 extern int nsyms;
H A Dgram.c41 int nsyms = 0; variable
246 "ntokens = %d, nvars = %d, nsyms = %d, nrules = %d, nritems = %d\n\n",
247 ntokens, nvars, nsyms, nrules, nritems);
255 for (i = ntokens; i < nsyms; i++)
H A Dlalr.c100 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);
H A Dnullable.c49 for (i = ntokens; i < nsyms; i++)
H A Dsymtab.c90 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);
H A Doutput.c171 for (i = 0; i < nsyms; i++)
404 for (i = 0; i < nsyms; ++i)
445 yydefgoto[0], 1, nsyms - ntokens);
H A Dprint-xml.c412 for (i = ntokens; i < nsyms + nuseless_nonterminals; i++)
H A Dprint.c439 for (i = ntokens; i < nsyms; i++)
H A Dtables.c576 for (i = ntokens; i < nsyms; ++i)
/external/elfutils/libelf/
H A Dnlist.c70 size_t nsyms; local
132 nsyms = (shdr->sh_size
136 table = nlist_fshash_init (nsyms);
144 for (cnt = 0; cnt < nsyms; ++cnt)
/external/elfutils/libasm/
H A Ddisasm_cb.c96 int nsyms = shdr->sh_size / shdr->sh_entsize; local
97 for (int cnt = 1; cnt < nsyms; ++cnt)
/external/elfutils/src/
H A Darlib.c160 uint32_t nsyms = le_bswap_32 (symtab.symsoff[AR_HDR_WORDS]); local
162 for (uint32_t cnt = 1; cnt <= nsyms; ++cnt)
251 int nsyms = shdr->sh_size / shdr->sh_entsize; local
252 for (int ndx = shdr->sh_info; ndx < nsyms; ++ndx)
H A Dnm.c743 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)
742 show_symbols_sysv(Ebl *ebl, GElf_Word strndx, const char *fullname, GElf_SymX *syms, size_t nsyms, int longest_name, int longest_where) argument
923 show_symbols_bsd(Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fname, const char *fullname, GElf_SymX *syms, size_t nsyms) argument
1055 show_symbols_posix(Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fullname, GElf_SymX *syms, size_t nsyms) argument
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c410 Word nsyms, i, j, k, m; local
412 nsyms = VG_(sizeXA)(syms);
435 for (i = 0; i < nsyms; i++) {
437 k < nsyms
445 if (k < nsyms) {
455 vg_assert(i <= nsyms);
459 if (nsyms > 0) {
461 for (i = 1; i < nsyms; i++) {
479 vg_assert(j >= 0 && j <= nsyms);
480 VG_(dropTailXA)(syms, nsyms
[all...]
/external/swiftshader/third_party/LLVM/test/Scripts/
H A Dmacho-dumpx162 nsyms = f.read32()
163 print " ('nsyms', %r)" % nsyms
179 for i in range(nsyms):
/external/valgrind/coregrind/
H A Dm_redir.c393 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
842 nsyms = VG_(DebugInfo_syms_howmany)( di );
843 for (i = 0; i < nsyms; i++) {
890 } /* for (i = 0; i < nsyms; i++) */
1786 Int nsyms = VG_(DebugInfo_syms_howmany)(di); local
1787 for (j = 0; j < nsyms;
[all...]
/external/google-breakpad/src/common/mac/
H A Dmacho_reader.cc380 uint32_t symoff, nsyms, stroff, strsize; local
381 cursor >> symoff >> nsyms >> stroff >> strsize;
391 size_t symbols_size = nsyms * symbol_size;
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp399 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) {
1085 if (!SymtabLoadCmd || Symtab.nsyms == 0)
1094 if (!SymtabLoadCmd || Symtab.nsyms == 0)
1101 Symtab.nsyms * SymbolTableEntrySize;
1108 if (!SymtabLoadCmd || Index >= Symtab.nsyms)
[all...]
/external/google-breakpad/src/client/mac/handler/
H A Dbreakpad_nlist_64.cc327 n = stp->nsyms * sizeof(nlist_type);
/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp415 NewSymtab.reserve(SymtabCmd.nsyms * NListSize / 2);

Completed in 659 milliseconds

12