|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|
Executable header. More...
Executable header.
See [ELF1] 1-4 to 1-8. This appears at the very beginning of an ELF binary.
| Elf32_Half Elf32_Ehdr::e_ehsize |
| Elf32_Addr Elf32_Ehdr::e_entry |
| Elf32_Word Elf32_Ehdr::e_flags |
| unsigned char Elf32_Ehdr::e_ident[16] |
| Elf32_Half Elf32_Ehdr::e_machine |
| Elf32_Half Elf32_Ehdr::e_phentsize |
| Elf32_Half Elf32_Ehdr::e_phnum |
| Elf32_Half Elf32_Ehdr::e_shentsize |
| Elf32_Half Elf32_Ehdr::e_shnum |
| Elf32_Half Elf32_Ehdr::e_shstrndx |
| Elf32_Half Elf32_Ehdr::e_type |
| Elf32_Word Elf32_Ehdr::e_version |
1.8.16