commit | 04ed3b476306c1b4c6e544e40d10f477c8193435 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Mon May 22 01:04:12 2023 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sun May 28 20:34:40 2023 +0900 |
tree | d1d845dd0ba5e61a48405e48cab82b8cbe1d3f7e | |
parent | a23e7584ecf33df2b27ac176185c7b030ab0736f [diff] |
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>