commit | 8aa00e2c3da470c82148f64b6a3cac2d79bb9d16 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Tue Jun 20 21:05:20 2023 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sun Jun 25 23:12:20 2023 +0900 |
tree | 12cd8af918ea78d770e2f55322be03270d63dc89 | |
parent | b31db651f745604371e4d3304f5b16fc3d9d0110 [diff] |
modpost: factor out Elf_Sym pointer calculation to section_rel() Pass the Elf_Sym pointer to addend_arm_rel() as well as to check_section_mismatch(). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>