Home
last modified time | relevance | path

Searched refs:ELF_R_SYM (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/include/asm-generic/
Dmodule.h29 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro
46 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro
/linux-6.1.9/scripts/mod/
Dmodpost.h20 #undef ELF_R_SYM
35 #define ELF_R_SYM ELF32_R_SYM macro
49 #define ELF_R_SYM ELF64_R_SYM macro
Dmodpost.c1476 (elf->symtab_start + ELF_R_SYM(r->r_info)); in addend_arm_rel()
1554 r_sym = ELF_R_SYM(r.r_info); in section_rela()
1558 r_sym = ELF_R_SYM(r.r_info); in section_rela()
1606 r_sym = ELF_R_SYM(r.r_info); in section_rel()
1610 r_sym = ELF_R_SYM(r.r_info); in section_rel()
/linux-6.1.9/arch/mips/include/asm/
Dmodule.h46 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro
64 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro
/linux-6.1.9/arch/x86/tools/
Drelocs_64.c12 #define ELF_R_SYM(val) ELF64_R_SYM(val) macro
Drelocs_32.c12 #define ELF_R_SYM(val) ELF32_R_SYM(val) macro
Drelocs.c663 sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in print_absolute_relocs()
745 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs()
/linux-6.1.9/arch/mips/boot/tools/
Drelocs_32.c12 #define ELF_R_SYM(val) ELF32_R_SYM(val) macro
Drelocs_64.c25 #define ELF_R_SYM(val) (((Elf64_Mips_Rela *)(&val))->fields.r_sym) macro
Drelocs.c398 ELF_R_SYM(rel->r_info) = elf32_to_cpu(ELF_R_SYM(rel->r_info)); in read_relocs()
492 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs()
/linux-6.1.9/scripts/
Dsorttable.h32 #undef ELF_R_SYM
57 # define ELF_R_SYM ELF64_R_SYM macro
81 # define ELF_R_SYM ELF32_R_SYM macro
Drecordmcount.h45 #undef ELF_R_SYM
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)); in fn_ELF_R_SYM()
/linux-6.1.9/arch/sparc/kernel/
Dmodule.c110 + ELF_R_SYM(rel[i].r_info); in apply_relocate_add()
/linux-6.1.9/arch/s390/kernel/
Dmodule.c76 info = me->arch.syminfo + ELF_R_SYM (rela->r_info); in check_rela()
248 r_sym = ELF_R_SYM(rela->r_info); in apply_rela()
/linux-6.1.9/arch/loongarch/kernel/
Dmodule.c420 sym = (Elf_Sym *)sechdrs[symindex].sh_addr + ELF_R_SYM(rel[i].r_info); in apply_relocate_add()
/linux-6.1.9/kernel/livepatch/
Dcore.c221 sym = (Elf_Sym *)sechdrs[symndx].sh_addr + ELF_R_SYM(relas[i].r_info); in klp_resolve_symbols()