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

12

/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/qemu/include/hw/
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 = g_realloc(syms, nsyms * sizeof(*syms));
152 qsort(syms, nsyms, sizeof(*syms), glue(symcmp, SZ));
167 s->disas_num_syms = nsyms;
/external/elfutils/0.153/libelf/
H A Dnlist.c91 size_t nsyms; local
149 nsyms = (shdr->sh_size
153 table = nlist_fshash_init (nsyms);
161 for (cnt = 0; cnt < nsyms; ++cnt)
/external/elfutils/0.153/libasm/
H A Ddisasm_cb.c93 int nsyms = shdr->sh_size / shdr->sh_entsize; local
94 for (int cnt = 1; cnt < nsyms; ++cnt)
/external/elfutils/0.153/src/
H A Darlib.c167 uint32_t nsyms = le_bswap_32 (symtab.symsoff[AR_HDR_WORDS]); local
169 for (uint32_t cnt = 1; cnt <= nsyms; ++cnt)
258 int nsyms = shdr->sh_size / shdr->sh_entsize; local
259 for (int ndx = shdr->sh_info; ndx < nsyms; ++ndx)
H A Dnm.c748 GElf_SymX *syms, size_t nsyms, int longest_name,
818 for (cnt = 1; cnt < nsyms; ++cnt)
931 GElf_SymX *syms, size_t nsyms)
957 for (size_t cnt = 0; cnt < nsyms; ++cnt)
1051 size_t nsyms)
1072 for (size_t cnt = 0; cnt < nsyms; ++cnt)
747 show_symbols_sysv(Ebl *ebl, GElf_Word strndx, const char *fullname, GElf_SymX *syms, size_t nsyms, int longest_name, int longest_where) argument
929 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
1049 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
H A Dreadelf.c1970 unsigned int nsyms = data->d_size / (class == ELFCLASS32 local
1976 nsyms),
1978 elf_strptr (ebl->elf, shstrndx, shdr->sh_name), nsyms);
1996 for (unsigned int cnt = 0; cnt < nsyms; ++cnt)
2626 uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr)
2670 (nzero_counts * 100.0) / nsyms);
2711 uint_fast32_t nsyms = 0; local
2717 ++nsyms;
2725 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,
2753 uint_fast32_t nsyms local
2624 print_hash_info(Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, size_t shstrndx, uint_fast32_t maxlength, Elf32_Word nbucket, uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr) argument
2807 uint_fast32_t nsyms = 0; local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c406 Word nsyms, i, j, k, m; local
408 nsyms = VG_(sizeXA)(syms);
431 for (i = 0; i < nsyms; i++) {
433 k < nsyms
441 if (k < nsyms) {
451 vg_assert(i <= nsyms);
455 if (nsyms > 0) {
457 for (i = 1; i < nsyms; i++) {
475 vg_assert(j >= 0 && j <= nsyms);
476 VG_(dropTailXA)(syms, nsyms
[all...]
/external/oprofile/daemon/liblegacy/
H A Dp_module.h143 unsigned nsyms; member in struct:module
/external/valgrind/main/coregrind/
H A Dm_redir.c393 Int i, nsyms, becTag, becPrio; local
500 nsyms = VG_(DebugInfo_syms_howmany)( newdi );
501 for (i = 0; i < nsyms; i++) {
594 for (i = 0; i < nsyms; i++) {
734 Int nsyms, i; local
756 nsyms = VG_(DebugInfo_syms_howmany)( di );
757 for (i = 0; i < nsyms; i++) {
791 } /* for (i = 0; i < nsyms; i++) */
1563 Int nsyms = VG_(DebugInfo_syms_howmany)(di); local
1564 for (j = 0; j < nsyms;
[all...]
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp368 m_coff_header.nsyms = m_data.GetU32(offset_ptr);
496 lldb::offset_t string_file_offset = m_coff_header.symoff + (m_coff_header.nsyms * 18) + stroff;
526 const uint32_t num_syms = m_coff_header.nsyms;
843 s->Printf (" nsyms = 0x%8.8x\n", header.nsyms);
H A DObjectFilePECOFF.h157 uint32_t nsyms; member in struct:ObjectFilePECOFF::coff_header
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1490 if (m_data.GetU32(&offset, &symtab_load_command.symoff, 4) == 0) // fill in symoff, nsyms, stroff, strsize fields
1506 if (symtab_load_command.nsyms == 0)
1509 module_sp->LogMessage(log, "LC_SYMTAB.nsyms == 0");
1524 if (m_data.GetU32(&offset, &function_starts_load_command.dataoff, 2) == NULL) // fill in symoff, nsyms, stroff, strsize fields
1554 const addr_t nlist_data_byte_size = symtab_load_command.nsyms * nlist_byte_size;
1988 sym = symtab->Resize (symtab_load_command.nsyms + m_dysymtab.nindirectsyms + unmapped_local_symbols_found - m_dysymtab.nlocalsym);
2709 sym = symtab->Resize (symtab_load_command.nsyms + m_dysymtab.nindirectsyms);
2724 for (; nlist_idx < symtab_load_command.nsyms; ++nlist_idx)
3442 nlist_idx < symtab_load_command.nsyms && (global_symbol = symtab->FindSymbolWithType (eSymbolTypeData, Symtab::eDebugYes, Symtab::eVisibilityAny, nlist_idx)) != NULL;
3465 uint32_t synthetic_sym_id = symtab_load_command.nsyms;
[all...]

Completed in 5850 milliseconds

12