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

1 2 3 4

  /toolchain/binutils/binutils-2.25/bfd/
plugin.h 31 int nsyms; member in struct:plugin_data_struct
plugin.c 134 int nsyms,
141 plugin_data->nsyms = nsyms;
144 if (nsyms != 0)
393 long nsyms = plugin_data->nsyms; local
395 BFD_ASSERT (nsyms >= 0);
397 return ((nsyms + 1) * sizeof (asymbol *));
425 long nsyms = plugin_data->nsyms; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
firstsets.c 34 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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
firstsets.c 34 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/python/cpython2/Parser/
firstsets.c 34 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;
  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test.c 36 int nsyms; member in struct:claimed_file
257 int nsyms = 0; local
353 if (nsyms >= maxsyms)
363 syms[nsyms].name = NULL;
367 syms[nsyms].name = malloc(len + 1);
368 strncpy(syms[nsyms].name, info.name, len + 1);
370 syms[nsyms].version = NULL;
371 syms[nsyms].def = def;
372 syms[nsyms].visibility = vis;
373 syms[nsyms].size = info.size
    [all...]
  /external/bison/src/
reduce.c 163 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_FIXED)
    [all...]
closure.c 78 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)
LR0.c 103 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);
derives.c 47 for (i = ntokens; i < nsyms; i++)
94 for (i = ntokens; i < nsyms; i++)
gram.h 27 variables (nonterminals). NSYMS is the total number, ntokens +
31 Numbers 0 to NTOKENS - 1 are for tokens, and NTOKENS to NSYMS - 1
111 extern int nsyms;
gram.c 41 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++)
  /external/elfutils/libelf/
nlist.c 70 size_t nsyms; local
132 nsyms = (shdr->sh_size
136 table = nlist_fshash_init (nsyms);
144 for (cnt = 0; cnt < nsyms; ++cnt)
  /toolchain/binutils/binutils-2.25/gold/
incremental-dump.cc 65 unsigned int nsyms = input_file.get_global_symbol_count(); local
67 && offset < input_file.get_symbol_offset(nsyms))
266 unsigned int nsyms = symtab_location.data_size / sym_size; local
268 unsigned int first_global = nsyms - nglobals;
291 unsigned int nsyms = input_file.get_global_symbol_count(); local
292 if (nsyms > 0)
297 for (unsigned int symndx = 0; symndx < nsyms; ++symndx)
317 for (unsigned int symndx = 0; symndx < nsyms; ++symndx)
447 unsigned int nsyms = input_file.get_unused_symbol_count(); local
448 for (unsigned int symndx = 0; symndx < nsyms; ++symndx
    [all...]
plugin.h 404 int nsyms,
410 store_incoming_symbols(int nsyms, const struct ld_plugin_symbol* syms)
412 this->nsyms_ = nsyms;
550 add_symbols_from_plugin(int nsyms, const ld_plugin_symbol* syms);
  /toolchain/binutils/binutils-2.25/gas/config/
obj-som.c 268 int strsz, nsyms; local
278 nsyms = bfd_section_size (abfd, sec) / 12 - 1;
283 bfd_h_put_16 (abfd, (bfd_vma) nsyms, (bfd_byte *) p + 6);
  /external/elfutils/libasm/
disasm_cb.c 96 int nsyms = shdr->sh_size / shdr->sh_entsize; local
97 for (int cnt = 1; cnt < nsyms; ++cnt)
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-xcoff.c 272 unsigned int nsyms; member in struct:simple_object_xcoff_read
332 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr,
344 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr,
369 + ocr->nsyms * SYMESZ;
573 unsigned int nsyms, const char **errmsg,
601 nsyms);
611 nsyms);
706 unsigned int nsyms; local
783 nsyms = 2 * (nscns + 1);
787 offset += nsyms * SYMESZ
    [all...]
simple-object-coff.c 176 unsigned int nsyms; member in struct:simple_object_coff_read
289 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, f_nsyms));
312 + ocr->nsyms * sizeof (struct external_syment);
506 unsigned int nsyms, const char **errmsg,
531 set_32 (hdr + offsetof (struct external_filehdr, f_nsyms), nsyms);
609 unsigned int nsyms; local
690 nsyms = 2 * (nscns + 1);
694 offset += nsyms * sizeof (struct external_syment);
777 symtab_offset, nsyms, &errmsg, err))
  /external/elfutils/src/
arlib.c 160 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)
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c 410 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 - j)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
plugin-api.h 210 (*ld_plugin_add_symbols) (void *handle, int nsyms,
235 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
plugin-api.h 210 (*ld_plugin_add_symbols) (void *handle, int nsyms,
235 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin-api.h 210 (*ld_plugin_add_symbols) (void *handle, int nsyms,
235 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
  /toolchain/binutils/binutils-2.25/include/
plugin-api.h 210 (*ld_plugin_add_symbols) (void *handle, int nsyms,
235 (*ld_plugin_get_symbols) (const void *handle, int nsyms,

Completed in 420 milliseconds

1 2 3 4