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

12

/external/bison/src/
H A Dreduce.c165 Vp = bitset_create (nsyms, BITSET_FIXED);
215 for (i = ntokens; i < nsyms; i++)
298 for (i = ntokens; i < nsyms; i++)
301 for (i = ntokens; i < nsyms; i++)
314 for (i = ntokens; i < nsyms; i++)
316 for (i = ntokens; i < nsyms; i++)
318 for (i = ntokens; i < nsyms; i++)
336 nsyms -= nuseless_nonterminals;
355 fprintf (out, " %s\n", symbols[nsyms + i]->tag);
426 V = bitset_create (nsyms, BITSET_FIXE
[all...]
H A Dclosure.c81 for (i = ntokens; i < nsyms; i++)
102 for (i = ntokens; i < nsyms; i++)
134 for (i = ntokens; i < nsyms; i++)
172 for (i = ntokens; i < nsyms; ++i)
173 for (j = ntokens; j < nsyms; ++j)
H A DLR0.c106 size_t *symbol_count = xcalloc (nsyms + nuseless_nonterminals,
122 kernel_base = xnmalloc (nsyms, sizeof *kernel_base);
126 for (i = 0; i < nsyms; i++)
133 kernel_size = xnmalloc (nsyms, sizeof *kernel_size);
142 shiftset = xnmalloc (nsyms, sizeof *shiftset);
145 shift_symbol = xnmalloc (nsyms, sizeof *shift_symbol);
183 memset (kernel_size, 0, nsyms * sizeof *kernel_size);
H A Dderives.c49 for (i = ntokens; i < nsyms; i++)
96 for (i = ntokens; i < nsyms; i++)
H A Dgram.h113 extern int nsyms;
H A Dlalr.c106 for (i = ntokens; i < nsyms; i++)
112 for (i = ntokens; i < nsyms; i++)
115 goto_map[nsyms - ntokens] = ngotos;
116 temp_map[nsyms - ntokens] = ngotos;
H A Dgram.c42 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 Dnullable.c51 for (i = ntokens; i < nsyms; i++)
H A Dsymtab.c70 if (nsyms == SYMBOL_NUMBER_MAXIMUM)
73 nsyms++;
295 nsyms--;
642 symbols = xcalloc (nsyms, sizeof *symbols);
H A Dreader.c570 assert (nsyms <= SYMBOL_NUMBER_MAXIMUM && nsyms == ntokens + nvars);
H A Doutput.c159 for (i = 0; i < nsyms; i++)
391 for (i = 0; i < nsyms; ++i)
424 for (i = 0; i < nsyms; ++i)
459 yydefgoto[0], 1, nsyms - ntokens);
H A Dprint.c486 for (i = ntokens; i < nsyms; i++)
H A Dtables.c566 for (i = ntokens; i < nsyms; ++i)
/external/qemu/
H A Delf_ops.h106 int nsyms, i; local
127 nsyms = symtab->sh_size / sizeof(struct elf_sym);
130 while (i < nsyms) {
138 nsyms--;
139 if (i < nsyms) {
140 syms[i] = syms[nsyms];
150 syms = qemu_realloc(syms, nsyms * sizeof(*syms));
152 qsort(syms, nsyms, sizeof(*syms), glue(symcmp, SZ));
167 s->disas_num_syms = nsyms;
/external/elfutils/libelf/
H A Dnlist.c58 size_t nsyms; local
116 nsyms = (shdr->sh_size
120 table = nlist_fshash_init (nsyms);
128 for (cnt = 0; cnt < nsyms; ++cnt)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c412 Word nsyms, i, j, k, m; local
414 nsyms = VG_(sizeXA)(syms);
437 for (i = 0; i < nsyms; i++) {
439 k < nsyms
447 if (k < nsyms) {
457 vg_assert(i <= nsyms);
461 if (nsyms > 0) {
463 for (i = 1; i < nsyms; i++) {
481 vg_assert(j >= 0 && j <= nsyms);
482 VG_(dropTailXA)(syms, nsyms
[all...]
H A Dreadxcoff.c539 UInt i, j, nsyms, k, m; local
731 nsyms = VG_(sizeXA)(syms);
734 VG_(printf)("Phase1 acquired %d text symbols\n", nsyms);
762 for (i = 0; i < nsyms; i++) {
764 k < nsyms
772 if (k < nsyms) {
782 vg_assert(i <= nsyms);
786 if (nsyms > 0) {
788 for (i = 1; i < nsyms; i++) {
807 vg_assert(j >= 0 && j <= nsyms);
[all...]
/external/oprofile/daemon/liblegacy/
H A Dp_module.h143 unsigned nsyms; member in struct:module
/external/llvm/test/Scripts/
H A Dmacho-dumpx162 nsyms = f.read32()
163 print " ('nsyms', %r)" % nsyms
179 for i in range(nsyms):
/external/valgrind/main/coregrind/
H A Dm_redir.c328 Int i, nsyms; local
358 nsyms = VG_(DebugInfo_syms_howmany)( newsi );
359 for (i = 0; i < nsyms; i++) {
397 for (i = 0; i < nsyms; i++) {
528 Int nsyms, i; local
549 nsyms = VG_(DebugInfo_syms_howmany)( di );
550 for (i = 0; i < nsyms; i++) {
583 } /* for (i = 0; i < nsyms; i++) */
1262 Int nsyms = VG_(DebugInfo_syms_howmany)(di); local
1263 for (j = 0; j < nsyms;
[all...]
/external/elfutils/src/
H A Dnm.c725 GElf_SymX *syms, size_t nsyms, int longest_name,
787 for (cnt = 0; cnt < nsyms; ++cnt)
844 GElf_SymX *syms, size_t nsyms)
865 for (size_t cnt = 0; cnt < nsyms; ++cnt)
907 const char *fullname, GElf_SymX *syms, size_t nsyms)
923 for (size_t cnt = 0; cnt < nsyms; ++cnt)
723 show_symbols_sysv(Ebl *ebl, GElf_Word strndx, const char *prefix, const char *fname, const char *fullname, GElf_SymX *syms, size_t nsyms, int longest_name, int longest_where) argument
842 show_symbols_bsd(Elf *elf, GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fname, const char *fullname, GElf_SymX *syms, size_t nsyms) argument
905 show_symbols_posix(Elf *elf, GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fname, const char *fullname, GElf_SymX *syms, size_t nsyms) argument
H A Dreadelf.c1635 unsigned int nsyms; local
1685 nsyms = data->d_size / (class == ELFCLASS32
1690 nsyms),
1692 elf_strptr (ebl->elf, shstrndx, shdr->sh_name), nsyms);
1709 for (cnt = 0; cnt < nsyms; ++cnt)
2406 Elf32_Word nsyms = 0; local
2449 ++nsyms;
2478 (nzero_counts * 100.0) / nsyms);
/external/llvm/include/llvm/Support/
H A DMachO.h463 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
/external/libvpx/build/make/
H A Dobj_int_extract.c181 for (j = 0; j < sc.nsyms; j++)
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
H A DSDL_dlcompat.c1296 unsigned long numsyms = ((struct symtab_command *)lc)->nsyms;

Completed in 533 milliseconds

12