Go to the documentation of this file.
19 #ifndef _UAPI__ASM_OPENRISC_ELF_H
20 #define _UAPI__ASM_OPENRISC_ELF_H
33 #include <asm/ptrace.h>
40 #define R_OR32_CONST 4
41 #define R_OR32_CONSTH 5
42 #define R_OR32_JUMPTARG 6
43 #define R_OR32_VTINHERIT 7
44 #define R_OR32_VTENTRY 8
52 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t))
59 #define EM_OR32 0x8472
60 #define EM_OPENRISC 92
65 #define ELF_ARCH EM_OR32
66 #define ELF_CLASS ELFCLASS32
67 #define ELF_DATA ELFDATA2MSB