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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.h406 some granularity with the search_symbols function. */
1354 /* When using search_symbols, a list of the following structs is returned.
1377 extern void search_symbols (char *, domain_enum, int, char **,
H A Dsymtab.c2839 search_symbols (char *regexp, domain_enum kind, int nfiles, char *files[],
3136 the data returned from search_symbols() to print information
3191 "info variables". It calls search_symbols to find all matches and then
3208 search_symbols (regexp, kind, 0, (char **) NULL, &symbols);
3277 search_symbols (regexp, FUNCTIONS_DOMAIN, 0, (char **) NULL, &ss);
2831 search_symbols (char *regexp, domain_enum kind, int nfiles, char *files[], function

Completed in 91 milliseconds