Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.h19 #undef ELF_R_SYM
35 #define ELF_R_SYM ELF32_R_SYM macro
50 #define ELF_R_SYM ELF64_R_SYM macro
H A Dmodpost.c1799 (elf->symtab_start + ELF_R_SYM(r->r_info)); in addend_arm_rel()
1870 r_sym = ELF_R_SYM(r.r_info); in section_rela()
1874 r_sym = ELF_R_SYM(r.r_info); in section_rela()
1916 r_sym = ELF_R_SYM(r.r_info); in section_rel()
1920 r_sym = ELF_R_SYM(r.r_info); in section_rel()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/
H A D0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch33 #define ELF_R_SYM(i) ELF64_R_SYM(i)
36 #define ELF_R_SYM(i) ELF32_R_SYM(i)
/OK3568_Linux_fs/kernel/scripts/
H A Dsorttable.h29 #undef ELF_R_SYM
51 # define ELF_R_SYM ELF64_R_SYM macro
72 # define ELF_R_SYM ELF32_R_SYM macro
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()
/OK3568_Linux_fs/kernel/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.c607 sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in print_absolute_relocs()
689 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs()
/OK3568_Linux_fs/kernel/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()
492 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dmodule.c110 + ELF_R_SYM(rel[i].r_info); in apply_relocate_add()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dmodule.c65 info = me->arch.syminfo + ELF_R_SYM (rela->r_info); in check_rela()
237 r_sym = ELF_R_SYM(rela->r_info); in apply_rela()
/OK3568_Linux_fs/kernel/kernel/livepatch/
H A Dcore.c222 sym = (Elf_Sym *)sechdrs[symndx].sh_addr + ELF_R_SYM(relas[i].r_info); in klp_resolve_symbols()