Lines Matching refs:selector
1120 parse_selector (char *method, char **selector) in parse_selector() argument
1128 gdb_assert (selector != NULL); in parse_selector()
1168 if (selector != NULL) in parse_selector()
1169 *selector = nselector; in parse_selector()
1176 char **category, char **selector) in parse_method() argument
1190 gdb_assert (selector != NULL); in parse_method()
1270 if (selector != NULL) in parse_method()
1271 *selector = nselector; in parse_method()
1279 const char *selector, struct symbol **syms, in find_methods() argument
1349 if ((selector != NULL) && in find_methods()
1350 ((nselector == NULL) || (strcmp (selector, nselector) != 0))) in find_methods()
1402 char *selector = NULL; in find_imps() local
1423 tmp = parse_method (buf, &type, &class, &category, &selector); in find_imps()
1431 tmp = parse_selector (buf, &selector); in find_imps()
1436 sym = lookup_symbol (selector, block, VAR_DOMAIN, 0, NULL); in find_imps()
1446 msym = lookup_minimal_symbol (selector, 0, 0); in find_imps()
1457 find_methods (symtab, type, class, category, selector, in find_imps()
1460 find_methods (symtab, type, class, category, selector, in find_imps()