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

/freebsd-12-stable/contrib/gdb/gdb/
H A Dmaint.c203 match_substring (const char *string, const char *substr) function
234 if (match_substring (string, "ALLOC"))
237 if (match_substring (string, "LOAD"))
240 if (match_substring (string, "RELOC"))
243 if (match_substring (string, "READONLY"))
246 if (match_substring (string, "CODE"))
249 if (match_substring (string, "DATA"))
252 if (match_substring (string, "ROM"))
255 if (match_substring (string, "CONSTRUCTOR"))
258 if (match_substring (strin
[all...]

Completed in 104 milliseconds