Home
last modified time | relevance | path

Searched refs:nsyms (Results 1 – 25 of 30) sorted by relevance

12

/external/bison/src/
Dreduce.c164 Vp = bitset_create (nsyms, BITSET_FIXED); in inaccessable_symbols()
214 for (i = ntokens; i < nsyms; i++) in inaccessable_symbols()
297 for (i = ntokens; i < nsyms; i++) in nonterminals_reduce()
300 for (i = ntokens; i < nsyms; i++) in nonterminals_reduce()
313 for (i = ntokens; i < nsyms; i++) in nonterminals_reduce()
315 for (i = ntokens; i < nsyms; i++) in nonterminals_reduce()
317 for (i = ntokens; i < nsyms; i++) in nonterminals_reduce()
335 nsyms -= nuseless_nonterminals; in nonterminals_reduce()
354 fprintf (out, " %s\n", symbols[nsyms + i]->tag); in reduce_output()
423 V = bitset_create (nsyms, BITSET_FIXED); in reduce_grammar()
[all …]
DLR0.c105 size_t *symbol_count = xcalloc (nsyms + nuseless_nonterminals, in allocate_itemsets()
121 kernel_base = xnmalloc (nsyms, sizeof *kernel_base); in allocate_itemsets()
125 for (i = 0; i < nsyms; i++) in allocate_itemsets()
132 kernel_size = xnmalloc (nsyms, sizeof *kernel_size); in allocate_itemsets()
141 shiftset = xnmalloc (nsyms, sizeof *shiftset); in allocate_storage()
144 shift_symbol = xnmalloc (nsyms, sizeof *shift_symbol); in allocate_storage()
182 memset (kernel_size, 0, nsyms * sizeof *kernel_size); in new_itemsets()
Dclosure.c80 for (i = ntokens; i < nsyms; i++) in print_firsts()
101 for (i = ntokens; i < nsyms; i++) in print_fderives()
132 for (i = ntokens; i < nsyms; i++) in set_firsts()
170 for (i = ntokens; i < nsyms; ++i) in set_fderives()
171 for (j = ntokens; j < nsyms; ++j) in set_fderives()
Dderives.c49 for (i = ntokens; i < nsyms; i++) in print_derives()
96 for (i = ntokens; i < nsyms; i++) in derives_compute()
Dgram.c42 int nsyms = 0; variable
247 ntokens, nvars, nsyms, nrules, nritems); in grammar_dump()
255 for (i = ntokens; i < nsyms; i++) in grammar_dump()
Dlalr.c106 for (i = ntokens; i < nsyms; i++) in set_goto_map()
112 for (i = ntokens; i < nsyms; i++) in set_goto_map()
115 goto_map[nsyms - ntokens] = ngotos; in set_goto_map()
116 temp_map[nsyms - ntokens] = ngotos; in set_goto_map()
Dsymtab.c70 if (nsyms == SYMBOL_NUMBER_MAXIMUM) in symbol_new()
73 nsyms++; in symbol_new()
295 nsyms--; in symbol_make_alias()
642 symbols = xcalloc (nsyms, sizeof *symbols); in symbols_pack()
Doutput.c159 for (i = 0; i < nsyms; i++) in prepare_symbols()
391 for (i = 0; i < nsyms; ++i) in symbol_destructors_output()
424 for (i = 0; i < nsyms; ++i) in symbol_printers_output()
459 yydefgoto[0], 1, nsyms - ntokens); in prepare_actions()
Dgram.h113 extern int nsyms;
Dnullable.c51 for (i = ntokens; i < nsyms; i++) in nullable_print()
Dreader.c565 assert (nsyms <= SYMBOL_NUMBER_MAXIMUM && nsyms == ntokens + nvars); in check_and_convert_grammar()
Dprint.c484 for (i = ntokens; i < nsyms; i++) in print_grammar()
Dtables.c566 for (i = ntokens; i < nsyms; ++i) in goto_actions()
/external/qemu/
Delf_ops.h106 int nsyms, i; in glue() local
127 nsyms = symtab->sh_size / sizeof(struct elf_sym); in glue()
130 while (i < nsyms) { in glue()
138 nsyms--; in glue()
139 if (i < nsyms) { in glue()
140 syms[i] = syms[nsyms]; in glue()
150 syms = qemu_realloc(syms, nsyms * sizeof(*syms)); in glue()
152 qsort(syms, nsyms, sizeof(*syms), glue(symcmp, SZ)); in glue()
167 s->disas_num_syms = nsyms; in glue()
/external/elfutils/libelf/
Dnlist.c91 size_t nsyms; in nlist() local
149 nsyms = (shdr->sh_size in nlist()
153 table = nlist_fshash_init (nsyms); in nlist()
161 for (cnt = 0; cnt < nsyms; ++cnt) in nlist()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadmacho.c414 Word nsyms, i, j, k, m; in tidy_up_cand_syms() local
416 nsyms = VG_(sizeXA)(syms); in tidy_up_cand_syms()
439 for (i = 0; i < nsyms; i++) { in tidy_up_cand_syms()
441 k < nsyms in tidy_up_cand_syms()
449 if (k < nsyms) { in tidy_up_cand_syms()
459 vg_assert(i <= nsyms); in tidy_up_cand_syms()
463 if (nsyms > 0) { in tidy_up_cand_syms()
465 for (i = 1; i < nsyms; i++) { in tidy_up_cand_syms()
483 vg_assert(j >= 0 && j <= nsyms); in tidy_up_cand_syms()
484 VG_(dropTailXA)(syms, nsyms - j); in tidy_up_cand_syms()
[all …]
/external/elfutils/src/
Darlib.c166 uint32_t nsyms = le_bswap_32 (symtab.symsoff[AR_HDR_WORDS]); in arlib_finalize() local
168 for (uint32_t cnt = 1; cnt <= nsyms; ++cnt) in arlib_finalize()
257 int nsyms = shdr->sh_size / shdr->sh_entsize; in arlib_add_symbols() local
258 for (int ndx = shdr->sh_info; ndx < nsyms; ++ndx) in arlib_add_symbols()
Dnm.c723 GElf_SymX *syms, size_t nsyms, int longest_name, in show_symbols_sysv() argument
791 for (cnt = 0; cnt < nsyms; ++cnt) in show_symbols_sysv()
850 GElf_SymX *syms, size_t nsyms) in show_symbols_bsd() argument
871 for (size_t cnt = 0; cnt < nsyms; ++cnt) in show_symbols_bsd()
914 const char *fullname, GElf_SymX *syms, size_t nsyms) in show_symbols_posix() argument
930 for (size_t cnt = 0; cnt < nsyms; ++cnt) in show_symbols_posix()
Dreadelf.c1810 unsigned int nsyms = data->d_size / (class == ELFCLASS32 in handle_symtab() local
1816 nsyms), in handle_symtab()
1818 elf_strptr (ebl->elf, shstrndx, shdr->sh_name), nsyms); in handle_symtab()
1836 for (unsigned int cnt = 0; cnt < nsyms; ++cnt) in handle_symtab()
2466 uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr) in print_hash_info() argument
2509 (nzero_counts * 100.0) / nsyms); in print_hash_info()
2550 uint_fast32_t nsyms = 0; in handle_sysv_hash() local
2556 ++nsyms; in handle_sysv_hash()
2564 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_sysv_hash()
2592 uint_fast32_t nsyms = 0; in handle_sysv_hash64() local
[all …]
/external/elfutils/libasm/
Ddisasm_cb.c93 int nsyms = shdr->sh_size / shdr->sh_entsize; in read_symtab_exec() local
94 for (int cnt = 1; cnt < nsyms; ++cnt) in read_symtab_exec()
/external/valgrind/main/coregrind/
Dm_redir.c378 Int i, nsyms, becTag, becPrio; in VG_() local
409 nsyms = VG_(DebugInfo_syms_howmany)( newdi ); in VG_()
410 for (i = 0; i < nsyms; i++) { in VG_()
461 for (i = 0; i < nsyms; i++) { in VG_()
601 Int nsyms, i; in generate_and_add_actives() local
623 nsyms = VG_(DebugInfo_syms_howmany)( di ); in generate_and_add_actives()
624 for (i = 0; i < nsyms; i++) { in generate_and_add_actives()
1369 Int nsyms = VG_(DebugInfo_syms_howmany)(di); in handle_require_text_symbols() local
1370 for (j = 0; j < nsyms; j++) { in handle_require_text_symbols()
/external/llvm/test/Scripts/
Dmacho-dumpx162 nsyms = f.read32()
163 print " ('nsyms', %r)" % nsyms
179 for i in range(nsyms):
/external/oprofile/daemon/liblegacy/
Dp_module.h143 unsigned nsyms; member
/external/llvm/include/llvm/Support/
DMachO.h467 uint32_t nsyms; member
/external/libvpx/build/make/
Dobj_int_extract.c181 for (j = 0; j < sc.nsyms; j++) in parse_macho()

12