modpost: replace r->r_offset, r->r_addend with faddr, taddr
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 21 May 2023 16:04:12 +0000 (01:04 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 28 May 2023 11:34:40 +0000 (20:34 +0900)
commit04ed3b476306c1b4c6e544e40d10f477c8193435
treed1d845dd0ba5e61a48405e48cab82b8cbe1d3f7e
parenta23e7584ecf33df2b27ac176185c7b030ab0736f
modpost: replace r->r_offset, r->r_addend with faddr, taddr

r_offset/r_addend holds the offset address from/to which a symbol is
referenced. It is unclear unless you are familiar with ELF.

Rename them to faddr, taddr, respectively. The prefix 'f' means 'from',
't' means 'to'.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
scripts/mod/modpost.c