Skip to content
Snippets Groups Projects
Commit 9ad21c3f authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild: try harder to find symbol names in modpost


The relocation record sometimes contained an address
which was not an exactly match for a symbol.

Implment some simple logic such that if there
is a symbol within 20 bytes of the address contained
in the relocation record then print the name of this
symbol.

With this change modpost could find symbol names
for the remaining .init.text symbols in my
allyesconfig build for x86_64.

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent d1f25e66
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment