Go to the documentation of this file. 1 #ifndef _PPC_BOOT_ELF_H_
2 #define _PPC_BOOT_ELF_H_
30 #define PT_LOOS 0x60000000
31 #define PT_HIOS 0x6fffffff
32 #define PT_LOPROC 0x70000000
33 #define PT_HIPROC 0x7fffffff
34 #define PT_GNU_EH_FRAME 0x6474e550
36 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
44 #define ET_LOPROC 0xff00
45 #define ET_HIPROC 0xffff
130 #define ELFMAG "\177ELF"
133 #define ELFCLASSNONE 0
136 #define ELFCLASSNUM 3
138 #define ELFDATANONE 0
139 #define ELFDATA2LSB 1
140 #define ELFDATA2MSB 2
146 #define ELFOSABI_NONE 0
147 #define ELFOSABI_LINUX 3