On Thu, 30 Apr 2026 21:07:58 -0700, Josh Poimboeuf <[email protected]> wrote: > find_symbol_by_name() only returns the first match, so > --debug-checksum=<func> silently ignores any subsequent duplicately > named functions after the first. > > Fix that, along with a new for_each_sym_by_name() helper. > > > [...]
Reviewed-by: Miroslav Benes <[email protected]> -- Miroslav

