Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dmodule.h25 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro
38 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro
/linux/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/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.c640 sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in print_absolute_relocs()
730 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs()
/linux/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)); in read_relocs()
497 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs()
/linux/scripts/
H A 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/arch/loongarch/kernel/
H A Dmodule.c498 sym = (Elf_Sym *)sechdrs[symindex].sh_addr + ELF_R_SYM(rel[i].r_info); in apply_relocate_add()
538 (Elf_Sym *)sechdrs[symindex].sh_addr + ELF_R_SYM(rel[j].r_info); in apply_relocate_add()
/linux/arch/s390/tools/
H A Drelocs.c25 #define ELF_R_SYM(val) ELF64_R_SYM(val) macro
/linux/kernel/livepatch/
H A Dcore.c224 sym = (Elf_Sym *)sechdrs[symndx].sh_addr + ELF_R_SYM(relas[i].r_info); in klp_resolve_symbols()