Searched refs:ELF_R_SYM (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/x86/tools/
H A Drelocs_64.c12 #define ELF_R_SYM(val) ELF64_R_SYM(val) macro
H A Drelocs_32.c12 #define ELF_R_SYM(val) ELF32_R_SYM(val) macro
H A Drelocs.c671 sym = &sh_symtab[ELF_R_SYM(rel->r_info)];
753 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)];
/linux-master/arch/mips/boot/tools/
H A Drelocs_32.c12 #define ELF_R_SYM(val) ELF32_R_SYM(val) macro
H A Drelocs_64.c25 #define ELF_R_SYM(val) (((Elf64_Mips_Rela *)(&val))->fields.r_sym) macro
H A Drelocs.c398 ELF_R_SYM(rel->r_info) = elf32_to_cpu(ELF_R_SYM(rel->r_info));
492 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)];
/linux-master/include/asm-generic/
H A Dmodule.h29 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro
46 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro
/linux-master/arch/mips/include/asm/
H A Dmodule.h46 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro
64 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro
/linux-master/scripts/mod/
H A Dmodpost.h22 #undef ELF_R_SYM macro
37 #define ELF_R_SYM ELF32_R_SYM macro
51 #define ELF_R_SYM ELF64_R_SYM macro
H A Dmodpost.c1379 *r_sym = ELF_R_SYM(r_info);
/linux-master/scripts/
H A Dsorttable.h32 #undef ELF_R_SYM macro
57 # define ELF_R_SYM ELF64_R_SYM macro
81 # define ELF_R_SYM ELF32_R_SYM macro
H A Drecordmcount.h45 #undef ELF_R_SYM macro
84 # define ELF_R_SYM ELF64_R_SYM macro
122 # define ELF_R_SYM ELF32_R_SYM macro
145 return ELF_R_SYM(_w(rp->r_info));
/linux-master/arch/sparc/kernel/
H A Dmodule.c110 + ELF_R_SYM(rel[i].r_info);
/linux-master/arch/s390/kernel/
H A Dmodule.c97 info = me->arch.syminfo + ELF_R_SYM (rela->r_info);
271 r_sym = ELF_R_SYM(rela->r_info);
/linux-master/arch/s390/tools/
H A Drelocs.c25 #define ELF_R_SYM(val) ELF64_R_SYM(val) macro
/linux-master/arch/loongarch/kernel/
H A Dmodule.c444 sym = (Elf_Sym *)sechdrs[symindex].sh_addr + ELF_R_SYM(rel[i].r_info);
/linux-master/kernel/livepatch/
H A Dcore.c220 sym = (Elf_Sym *)sechdrs[symndx].sh_addr + ELF_R_SYM(relas[i].r_info);

Completed in 225 milliseconds