Home
last modified time | relevance | path

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

/linux-2.6.39/arch/tile/kernel/
Dmodule.c28 # define ELF_R_SYM ELF64_R_SYM macro
32 # define ELF_R_SYM ELF32_R_SYM macro
168 + ELF_R_SYM(rel[i].r_info); in apply_relocate_add()
/linux-2.6.39/scripts/mod/
Dmodpost.h27 #define ELF_R_SYM ELF32_R_SYM macro
42 #define ELF_R_SYM ELF64_R_SYM macro
Dmodpost.c1482 (elf->symtab_start + ELF_R_SYM(r->r_info)); in addend_arm_rel()
1548 r_sym = ELF_R_SYM(r.r_info); in section_rela()
1552 r_sym = ELF_R_SYM(r.r_info); in section_rela()
1592 r_sym = ELF_R_SYM(r.r_info); in section_rel()
1596 r_sym = ELF_R_SYM(r.r_info); in section_rel()
/linux-2.6.39/scripts/
Drecordmcount.h37 #undef ELF_R_SYM
66 # define ELF_R_SYM ELF64_R_SYM macro
94 # define ELF_R_SYM ELF32_R_SYM macro
116 return ELF_R_SYM(_w(rp->r_info)); in fn_ELF_R_SYM()
/linux-2.6.39/arch/sparc/include/asm/
Dmodule.h21 #define ELF_R_SYM _ELF(_R_SYM) macro
/linux-2.6.39/arch/s390/include/asm/
Dmodule.h44 #define ELF_R_SYM ELFW(R_SYM) macro
/linux-2.6.39/arch/s390/kernel/
Dmodule.c70 info = me->arch.syminfo + ELF_R_SYM (rela->r_info); in check_rela()
200 r_sym = ELF_R_SYM(rela->r_info); in apply_rela()
/linux-2.6.39/arch/sparc/kernel/
Dmodule.c148 + ELF_R_SYM(rel[i].r_info); in apply_relocate_add()