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

/haiku-fatelf/src/bin/gdb/gdb/
H A Ddictionary.c148 int nsyms; member in struct:dictionary_hashed_expandable
153 int nsyms; member in struct:dictionary_linear
160 int nsyms; member in struct:dictionary_linear_expandable
191 #define DICT_HASHED_EXPANDABLE_NSYMS(d) (d)->data.hashed_expandable.nsyms
195 #define DICT_LINEAR_NSYMS(d) (d)->data.linear.nsyms
356 int nsyms = 0, nbuckets, i; local
368 nsyms += list_counter->nsyms;
370 nbuckets = DICT_HASHTABLE_SIZE (nsyms);
381 for (i = list_counter->nsyms
420 int nsyms = 0, i, j; local
702 int nsyms = ++DICT_HASHED_EXPANDABLE_NSYMS (dict); local
786 int i, nsyms = DICT_LINEAR_NSYMS (dict); local
824 int nsyms = ++DICT_LINEAR_NSYMS (dict); local
[all...]
H A Dada-lex.l591 int nsyms;
593 nsyms = ada_lookup_symbol_list (name, left_block_context,
596 (nsyms == 0 || SYMBOL_CLASS (syms[0].sym) != LOC_BLOCK))
604 else if (nsyms == 0 || SYMBOL_CLASS (syms[0].sym) != LOC_BLOCK)
614 if (nsyms > 1)
637 int nsyms;
651 nsyms = ada_lookup_symbol_list (name, expression_context_block,
654 nsyms = ada_lookup_symbol_list (name, left_block_context,
660 if (nsyms == 1 && !ada_is_object_renaming (syms[0].sym))
675 for (i = 0; i < nsyms;
[all...]
H A Dbuildsym.h104 int nsyms; member in struct:pending
H A Dbuildsym.c115 if (*listhead == NULL || (*listhead)->nsyms == PENDINGSIZE)
129 link->nsyms = 0;
132 (*listhead)->symbol[(*listhead)->nsyms++] = symbol;
152 for (j = list->nsyms; --j >= 0;)
1126 for (i = 0; i < (*srclist)->nsyms; i++)
H A Dstabsread.c1060 && local_symbols->nsyms > 0
1065 prev_sym = local_symbols->symbol[local_symbols->nsyms - 1];
1518 for (i = 0; i < ppt->nsyms; i++)
3419 int nsyms = 0;
3436 o_nsyms = osyms ? osyms->nsyms : 0;
3476 nsyms++;
3489 TYPE_NFIELDS (type) = nsyms;
3491 TYPE_ALLOC (type, sizeof (struct field) * nsyms);
3492 memset (TYPE_FIELDS (type), 0, sizeof (struct field) * nsyms);
3502 for (syms = *symlist, n = nsyms
3413 int nsyms = 0; local
[all...]
H A Dcoffread.c683 coff_symtab_read (long symtab_offset, unsigned int nsyms,
732 nlist_nsyms_global = nsyms;
746 while (symnum < nsyms)
1094 if ((nsyms == 0) && (pe_file))
2040 int nsyms = 0;
2059 o_nsyms = osyms ? osyms->nsyms : 0;
2082 nsyms++;
2101 TYPE_NFIELDS (type) = nsyms;
2103 TYPE_ALLOC (type, sizeof (struct field) * nsyms);
2119 for (; j < syms->nsyms;
678 coff_symtab_read(long symtab_offset, unsigned int nsyms, struct objfile *objfile) argument
2026 int nsyms = 0; local
[all...]
H A Dhpread.c3108 int o_nsyms, nsyms = 0;
3132 o_nsyms = osyms ? osyms->nsyms : 0;
3153 nsyms++;
3160 TYPE_NFIELDS (type) = nsyms;
3162 obstack_alloc (&objfile->objfile_obstack, sizeof (struct field) * nsyms);
3177 for (; j < syms->nsyms; j++, n++)
3202 int nsyms = 0;
3247 nsyms++;
3320 TYPE_NFIELDS (type) = nsyms;
3323 sizeof (struct field) * nsyms);
3093 int o_nsyms, nsyms = 0; local
3187 int nsyms = 0; local
3369 int nsyms = 0; local
[all...]
H A Dada-lang.c2925 int nsyms, struct value **args, int nargs,
2942 for (k = 0; k < nsyms; k += 1)
3011 sort_choices (struct ada_symbol_info syms[], int nsyms)
3014 for (i = 1; i < nsyms; i += 1)
3039 user_select_syms (struct ada_symbol_info *syms, int nsyms, int max_results)
3042 int *chosen = (int *) alloca (sizeof (int) * nsyms);
3048 if (nsyms <= 1)
3049 return nsyms;
3055 sort_choices (syms, nsyms);
3057 for (i = 0; i < nsyms;
2919 ada_resolve_function(struct ada_symbol_info syms[], int nsyms, struct value **args, int nargs, const char *name, struct type *context_type) argument
3006 sort_choices(struct ada_symbol_info syms[], int nsyms) argument
3034 user_select_syms(struct ada_symbol_info *syms, int nsyms, int max_results) argument
4075 remove_extra_symbols(struct ada_symbol_info *syms, int nsyms) argument
4237 remove_out_of_scope_renamings(struct ada_symbol_info *syms, int nsyms, struct block *current_block) argument
8052 int nsyms; local
[all...]
H A Dxcoffread.c1603 int nsyms =
1609 if (symno < 0 || symno >= nsyms)
1644 int nsyms = info->symtbl_num_syms;
1673 while (symno < nsyms)
2142 unsigned int nsyms;
2185 nsyms = ((struct coff_symfile_info *) objfile->sym_private)->symtbl_num_syms;
2187 while (ssymnum < nsyms)
1598 int nsyms = local
1639 int nsyms = info->symtbl_num_syms; local
2134 unsigned int nsyms; local
/haiku-fatelf/src/bin/gdb/bfd/
H A Dpef.c1026 long nsyms = bfd_pef_count_symbols (abfd); local
1027 if (nsyms < 0)
1028 return nsyms;
1029 return ((nsyms + 1) * sizeof (asymbol *));
1041 long nsyms = bfd_pef_count_symbols (abfd); local
1042 if (nsyms < 0)
1043 return nsyms;
1045 syms = bfd_alloc (abfd, nsyms * sizeof (asymbol));
1049 for (i = 0; i < nsyms; i++)
1052 alocation[nsyms]
[all...]
H A Dmach-o.c235 long nsyms = 0; local
245 nsyms += sym->nsyms;
248 return nsyms;
255 long nsyms = bfd_mach_o_count_symbols (abfd); local
257 if (nsyms < 0)
258 return nsyms;
260 return ((nsyms + 1) * sizeof (asymbol *));
269 long nsyms = bfd_mach_o_count_symbols (abfd); local
273 if (nsyms <
[all...]
H A Dmach-o.h223 unsigned long nsyms; member in struct:bfd_mach_o_symtab_command
272 /* The symbols indicated by symoff and nsyms of the LC_SYMTAB load command
H A Dsom.c5971 som_bfd_ar_write_symbol_stuff (abfd, nsyms, string_size, lst, elength)
5973 unsigned int nsyms, string_size;
6033 amt = nsyms;
6036 if (lst_syms == NULL && nsyms != 0)
6188 amt = nsyms * sizeof (struct lst_symbol_record);
6238 unsigned int i, lst_size, nsyms, stringsize;
6298 if (! som_bfd_prep_for_ar_write (abfd, &nsyms, &stringsize))
6301 lst_size += sizeof (struct lst_symbol_record) * nsyms;
6345 if (!som_bfd_ar_write_symbol_stuff (abfd, nsyms, stringsize, lst, elength))
6237 unsigned int i, lst_size, nsyms, stringsize; local
H A Dcoffcode.h3337 unsigned int nsyms = bfd_get_symcount (abfd);
3344 for (i = 0; i < nsyms; i++)
3379 nsyms += need_text + need_data + need_bss + need_file;
3380 amt = nsyms;
3397 BFD_ASSERT (i == nsyms);
3398 bfd_set_symtab (abfd, sympp2, nsyms);
H A Delflink.c1874 size_t nsyms;
1885 nsyms = symtab_hdr->sh_size / symtab_hdr->sh_entsize;
1911 if ((size_t) r_symndx >= nsyms)
1917 (unsigned long) r_symndx, (unsigned long) nsyms, irela->r_offset);
4606 unsigned long int nsyms = hashcodesp - hashcodes;
4617 minsize = nsyms / 4;
4620 best_size = maxsize = nsyms * 2;
4646 for (j = 0; j < nsyms; ++j)
4660 max = (2 + nsyms) * (bed->s->arch_size / 8);
1868 size_t nsyms; local
4596 unsigned long int nsyms = hashcodesp - hashcodes; local
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dmmix-dis.c106 long nsyms; local
114 nsyms = bfd_canonicalize_symtab (abfd, syms);
119 for (i = 0; i < nsyms && syms[i] != NULL; i++)
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-cmd-stack.c230 int nsyms; local

Completed in 228 milliseconds