diff options
author | Masahiro Yamada <[email protected]> | 2023-05-22 01:04:12 +0900 |
---|---|---|
committer | Masahiro Yamada <[email protected]> | 2023-05-28 20:34:40 +0900 |
commit | 04ed3b476306c1b4c6e544e40d10f477c8193435 (patch) | |
tree | d1d845dd0ba5e61a48405e48cab82b8cbe1d3f7e /scripts/generate_rust_analyzer.py | |
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 <[email protected]>
Reviewed-by: Nick Desaulniers <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions