Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kbuild: in the section mismatch check try harder to find symbols
When searching for symbols the only check performed was if offset equals st_value. Adding an additional check to see if st_name points t a valid name made us sort out a few more false positives and let us report more correct names in warnings. Signed-off-by: Sam Ravnborg <[email protected]>
- Loading branch information