Go to the documentation of this file.
18 #ifndef __ASM_OPENRISC_ELF_H
19 #define __ASM_OPENRISC_ELF_H
22 #include <linux/types.h>
23 #include <uapi/asm/elf.h>
29 #define elf_check_arch(x) \
30 (((x)->e_machine == EM_OR32) || ((x)->e_machine == EM_OPENRISC))
37 #define ELF_ET_DYN_BASE (0x08000000)
43 #define CORE_DUMP_USE_REGSET
45 #define ELF_EXEC_PAGESIZE 8192
48 #define ELF_CORE_COPY_REGS(dest, regs) dump_elf_thread(dest, regs);
63 #define ELF_PLATFORM (NULL)
65 #define SET_PERSONALITY(ex) \
66 set_personality(PER_LINUX | (current->personality & (~PER_MASK)))