ELF64_R_SYM        32 arch/alpha/kernel/module.c 	unsigned long r_sym = ELF64_R_SYM (rela->r_info);
ELF64_R_SYM       155 arch/alpha/kernel/module.c 		unsigned long r_sym = ELF64_R_SYM (rela[i].r_info);
ELF64_R_SYM       143 arch/arm64/kernel/module-plts.c 		i = cmp_3way(ELF64_R_SYM(x->r_info), ELF64_R_SYM(y->r_info));
ELF64_R_SYM       186 arch/arm64/kernel/module-plts.c 			s = syms + ELF64_R_SYM(rela[i].r_info);
ELF64_R_SYM       276 arch/arm64/kernel/module.c 			+ ELF64_R_SYM(rel[i].r_info);
ELF64_R_SYM       831 arch/ia64/kernel/module.c 				+ ELF64_R_SYM(rela[i].r_info)),
ELF64_R_SYM        64 arch/mips/include/asm/module.h #define ELF_R_SYM(X)	ELF64_R_SYM(X)
ELF64_R_SYM       690 arch/parisc/kernel/module.c 			+ ELF64_R_SYM(rel[i].r_info);
ELF64_R_SYM       196 arch/powerpc/kernel/module_64.c 		    (r_info != ELF64_R_SYM(rela[i].r_info) ||
ELF64_R_SYM       199 arch/powerpc/kernel/module_64.c 			r_info = ELF64_R_SYM(rela[i].r_info);
ELF64_R_SYM       553 arch/powerpc/kernel/module_64.c 			+ ELF64_R_SYM(rela[i].r_info);
ELF64_R_SYM        28 arch/riscv/include/uapi/asm/elf.h #define ELF_RISCV_R_SYM(r_info)		ELF64_R_SYM(r_info)
ELF64_R_SYM       105 arch/s390/boot/startup.c 		r_sym = ELF64_R_SYM(rela->r_info);
ELF64_R_SYM       282 arch/s390/kernel/machine_kexec_file.c 		sym += ELF64_R_SYM(relas[i].r_info);
ELF64_R_SYM       542 arch/x86/kernel/machine_kexec_64.c 		sym += ELF64_R_SYM(rel[i].r_info);
ELF64_R_SYM       151 arch/x86/kernel/module.c 			+ ELF64_R_SYM(rel[i].r_info);
ELF64_R_SYM        12 arch/x86/tools/relocs_64.c #define ELF_R_SYM(val)          ELF64_R_SYM(val)
ELF64_R_SYM        29 include/asm-generic/module.h #define ELF_R_SYM(X)	ELF64_R_SYM(X)
ELF64_R_SYM        49 scripts/mod/modpost.h #define ELF_R_SYM   ELF64_R_SYM
ELF64_R_SYM        74 scripts/recordmcount.h # define ELF_R_SYM		ELF64_R_SYM
ELF64_R_SYM        44 scripts/sortextable.h # define ELF_R_SYM		ELF64_R_SYM