Find all symbols whose name contains needle, searching the cache's local symbol table and each image's export table.
Matching is a plain substring match, case-sensitive by default (see FSF_CASE_INSENSITIVE).
- Parameters
-
| [out] | out | receives (symbol, ea, image_index) matches. image_index is -1 when the match comes from the cache's local symbol table (.symbols). |
| needle | substring to match (must be non-empty) |
| flags | combination of FSF_* bits |
| max_count | stop accumulating once this many matches have been collected; default is unlimited |
- Returns
- true if at least one symbol was found