mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00: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>