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

/linux-4.4.14/arch/x86/tools/
H A Drelocs_64.c11 #define ELF_R_SYM(val) ELF64_R_SYM(val) macro
H A Drelocs_32.c11 #define ELF_R_SYM(val) ELF32_R_SYM(val) macro
H A Drelocs.c587 sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; print_absolute_relocs()
669 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; walk_relocs()
/linux-4.4.14/include/asm-generic/
H A Dmodule.h28 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro
45 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro
/linux-4.4.14/scripts/mod/
H A Dmodpost.h17 #undef ELF_R_SYM macro
33 #define ELF_R_SYM ELF32_R_SYM macro
48 #define ELF_R_SYM ELF64_R_SYM macro
H A Dmodpost.c1736 (elf->symtab_start + ELF_R_SYM(r->r_info)); addend_arm_rel()
1807 r_sym = ELF_R_SYM(r.r_info); section_rela()
1811 r_sym = ELF_R_SYM(r.r_info); section_rela()
1853 r_sym = ELF_R_SYM(r.r_info); section_rel()
1857 r_sym = ELF_R_SYM(r.r_info); section_rel()
/linux-4.4.14/scripts/
H A Dsortextable.h24 #undef ELF_R_SYM macro
46 # define ELF_R_SYM ELF64_R_SYM macro
67 # define ELF_R_SYM ELF32_R_SYM macro
H A Drecordmcount.h41 #undef ELF_R_SYM macro
75 # define ELF_R_SYM ELF64_R_SYM macro
108 # define ELF_R_SYM ELF32_R_SYM macro
131 return ELF_R_SYM(_w(rp->r_info)); fn_ELF_R_SYM()
/linux-4.4.14/arch/mips/include/asm/
H A Dmodule.h45 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro
63 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro
/linux-4.4.14/arch/tile/kernel/
H A Dmodule.c145 + ELF_R_SYM(rel[i].r_info); apply_relocate_add()
/linux-4.4.14/arch/sparc/kernel/
H A Dmodule.c109 + ELF_R_SYM(rel[i].r_info); apply_relocate_add()
/linux-4.4.14/arch/s390/kernel/
H A Dmodule.c62 info = me->arch.syminfo + ELF_R_SYM (rela->r_info); check_rela()
221 r_sym = ELF_R_SYM(rela->r_info); apply_rela()

Completed in 182 milliseconds