Home
last modified time | relevance | path

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

/arch/mips/boot/tools/
A Drelocs_32.c12 #define ELF_R_SYM(val) ELF32_R_SYM(val) macro
A Drelocs_64.c25 #define ELF_R_SYM(val) (((Elf64_Mips_Rela *)(&val))->fields.r_sym) macro
/arch/x86/tools/
A Drelocs_32.c12 #define ELF_R_SYM(val) ELF32_R_SYM(val) macro
A Drelocs_64.c12 #define ELF_R_SYM(val) ELF64_R_SYM(val) macro
/arch/mips/include/asm/
A Dmodule.h46 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro
64 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro
/arch/s390/tools/
A Drelocs.c25 #define ELF_R_SYM(val) ELF64_R_SYM(val) macro

Completed in 10 milliseconds