mirror of
https://github.com/torvalds/linux.git
synced 2026-01-12 00:42:35 +08:00
All of addend_*_rel() need the Elf_Rela pointer just for calculating ELF_R_TYPE(r->r_info). You can do it on the caller to de-duplicate the code. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>