Home
last modified time | relevance | path

Searched defs:ELF_R_SYM (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs_32.c12 #define ELF_R_SYM(val) ELF32_R_SYM(val) macro
H A Drelocs_64.c12 #define ELF_R_SYM(val) ELF64_R_SYM(val) macro
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs_32.c12 #define ELF_R_SYM(val) ELF32_R_SYM(val) macro
H A Drelocs_64.c12 #define ELF_R_SYM(val) ELF64_R_SYM(val) macro
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.h20 #undef ELF_R_SYM macro
35 #define ELF_R_SYM ELF32_R_SYM macro
49 #define ELF_R_SYM ELF64_R_SYM macro
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.h19 #undef ELF_R_SYM macro
35 #define ELF_R_SYM ELF32_R_SYM macro
50 #define ELF_R_SYM ELF64_R_SYM macro
/kernel/linux/linux-5.10/scripts/
H A Dsorttable.h29 #undef ELF_R_SYM macro
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 macro
84 # define ELF_R_SYM ELF64_R_SYM macro
122 # define ELF_R_SYM ELF32_R_SYM macro
/kernel/linux/linux-6.6/scripts/
H A Drecordmcount.h45 #undef ELF_R_SYM macro
84 # define ELF_R_SYM ELF64_R_SYM macro
122 # define ELF_R_SYM ELF32_R_SYM macro
H A Dsorttable.h32 #undef ELF_R_SYM macro
57 # define ELF_R_SYM ELF64_R_SYM macro
81 # define ELF_R_SYM ELF32_R_SYM macro

Completed in 13 milliseconds