iPXE
|
ELF header. More...
#include <elf.h>
unsigned char Elf32_Ehdr::e_ident[EI_NIDENT] |
Definition at line 26 of file elf.h.
Referenced by elf_load(), and elfboot_probe().
Elf32_Half Elf32_Ehdr::e_type |
Elf32_Half Elf32_Ehdr::e_machine |
Elf32_Word Elf32_Ehdr::e_version |
Elf32_Addr Elf32_Ehdr::e_entry |
Definition at line 30 of file elf.h.
Referenced by elf_segment(), and elf_segments().
Elf32_Off Elf32_Ehdr::e_phoff |
Definition at line 31 of file elf.h.
Referenced by elf_segments().
Elf32_Word Elf32_Ehdr::e_flags |
Elf32_Half Elf32_Ehdr::e_ehsize |
Elf32_Half Elf32_Ehdr::e_phentsize |
Definition at line 35 of file elf.h.
Referenced by elf_segments().
Elf32_Half Elf32_Ehdr::e_phnum |
Definition at line 36 of file elf.h.
Referenced by elf_segments().
Elf32_Half Elf32_Ehdr::e_shentsize |
Elf32_Half Elf32_Ehdr::e_shnum |
Elf32_Half Elf32_Ehdr::e_shstrndx |