Home
last modified time | relevance | path

Searched defs:ELF_R_SYM (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/include/asm-generic/
Dmodule.h29 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro
46 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro
/linux-6.1.9/arch/mips/include/asm/
Dmodule.h46 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro
64 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro
/linux-6.1.9/arch/x86/tools/
Drelocs_32.c12 #define ELF_R_SYM(val) ELF32_R_SYM(val) macro
Drelocs_64.c12 #define ELF_R_SYM(val) ELF64_R_SYM(val) macro
/linux-6.1.9/arch/mips/boot/tools/
Drelocs_32.c12 #define ELF_R_SYM(val) ELF32_R_SYM(val) macro
Drelocs_64.c25 #define ELF_R_SYM(val) (((Elf64_Mips_Rela *)(&val))->fields.r_sym) macro
/linux-6.1.9/scripts/
Dsorttable.h57 # define ELF_R_SYM ELF64_R_SYM macro
81 # define ELF_R_SYM ELF32_R_SYM macro
Drecordmcount.h84 # define ELF_R_SYM ELF64_R_SYM macro
122 # define ELF_R_SYM ELF32_R_SYM macro
/linux-6.1.9/scripts/mod/
Dmodpost.h35 #define ELF_R_SYM ELF32_R_SYM macro
49 #define ELF_R_SYM ELF64_R_SYM macro