Searched refs:sym_arr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dlinespec.c76 struct symbol **sym_arr);
87 struct symbol **sym_arr);
90 struct symbol **sym_arr);
197 find_methods (struct type *t, char *name, struct symbol **sym_arr) argument
240 sym_arr + i1);
245 sym_arr + i1);
262 i1 += find_methods (TYPE_BASECLASS (t, ibase), name, sym_arr + i1);
273 struct symbol **sym_arr)
306 sym_arr[i1] = lookup_symbol (phys_name,
310 if (sym_arr[i
272 add_matching_methods(int method_counter, struct type *t, struct symbol **sym_arr) argument
333 add_constructors(int method_counter, struct type *t, struct symbol **sym_arr) argument
475 decode_line_2(struct symbol *sym_arr[], int nelts, int funfirstline, char ***canonical) argument
1077 struct symbol **sym_arr = NULL; local
1172 struct symbol **sym_arr; local
1405 struct symbol **sym_arr = alloca (total_number_of_methods (t) local
1465 collect_methods(char *copy, struct type *t, struct symbol **sym_arr) argument
[all...]
H A Dobjc-lang.c842 struct symbol **sym_arr; local
904 sym_arr = alloca (matches * sizeof (struct symbol *));
920 sym_arr[matches++] = (struct symbol *) msymbol;
924 qsort (sym_arr, matches, sizeof (struct minimal_symbol *),
933 name = SYMBOL_NATURAL_NAME (sym_arr[ix]);
993 struct symbol **sym_arr; local
1037 sym_arr = alloca (matches * sizeof (struct symbol *));
1047 sym_arr[matches++] = (struct symbol *) msymbol;
1050 qsort (sym_arr, matches, sizeof (struct minimal_symbol *),
1059 name = SYMBOL_NATURAL_NAME (sym_arr[i
[all...]

Completed in 422 milliseconds