Searched refs:find_methods (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | linespec.c | 84 static int find_methods (struct type *, char *, struct symbol **); 197 find_methods (struct type *t, char *name, struct symbol **sym_arr) in find_methods() function 262 i1 += find_methods (TYPE_BASECLASS (t, ibase), name, sym_arr + i1); in find_methods() 1488 i1 = find_methods (t, copy, sym_arr); in collect_methods()
|
| H A D | objc-lang.c | 1277 find_methods (struct symtab *symtab, char type, in find_methods() function 1457 find_methods (symtab, type, class, category, selector, in find_imps() 1460 find_methods (symtab, type, class, category, selector, in find_imps()
|