ELF_R_SYM          12 arch/mips/boot/tools/relocs_32.c #define ELF_R_SYM(val)		ELF32_R_SYM(val)
ELF_R_SYM          25 arch/mips/boot/tools/relocs_64.c #define ELF_R_SYM(val)          (((Elf64_Mips_Rela *)(&val))->fields.r_sym)
ELF_R_SYM          46 arch/mips/include/asm/module.h #define ELF_R_SYM(X)	ELF32_R_SYM(X)
ELF_R_SYM          64 arch/mips/include/asm/module.h #define ELF_R_SYM(X)	ELF64_R_SYM(X)
ELF_R_SYM          12 arch/x86/tools/relocs_32.c #define ELF_R_SYM(val)		ELF32_R_SYM(val)
ELF_R_SYM          12 arch/x86/tools/relocs_64.c #define ELF_R_SYM(val)          ELF64_R_SYM(val)
ELF_R_SYM          29 include/asm-generic/module.h #define ELF_R_SYM(X)	ELF64_R_SYM(X)
ELF_R_SYM          46 include/asm-generic/module.h #define ELF_R_SYM(X)	ELF32_R_SYM(X)
ELF_R_SYM          18 scripts/mod/modpost.h #undef ELF_R_SYM
ELF_R_SYM          34 scripts/mod/modpost.h #define ELF_R_SYM   ELF32_R_SYM
ELF_R_SYM          49 scripts/mod/modpost.h #define ELF_R_SYM   ELF64_R_SYM
ELF_R_SYM          40 scripts/recordmcount.h #undef ELF_R_SYM
ELF_R_SYM          74 scripts/recordmcount.h # define ELF_R_SYM		ELF64_R_SYM
ELF_R_SYM         107 scripts/recordmcount.h # define ELF_R_SYM		ELF32_R_SYM
ELF_R_SYM          22 scripts/sortextable.h #undef ELF_R_SYM
ELF_R_SYM          44 scripts/sortextable.h # define ELF_R_SYM		ELF64_R_SYM
ELF_R_SYM          65 scripts/sortextable.h # define ELF_R_SYM		ELF32_R_SYM