Linux Kernel
3.7.1
|
Data Fields | |
u8 | e_ident [16] |
u16 | e_type |
u16 | e_machine |
u32 | e_version |
u32 | e_entry |
u32 | e_phoff |
u32 | e_shoff |
u32 | e_flags |
u16 | e_ehsize |
u16 | e_phentsize |
u16 | e_phnum |
u16 | e_shentsize |
u16 | e_shnum |
u16 | e_shstrndx |
Definition at line 73 of file mixart_hwdep.c.
u16 e_ehsize |
Definition at line 82 of file mixart_hwdep.c.
u32 e_entry |
Definition at line 78 of file mixart_hwdep.c.
u32 e_flags |
Definition at line 81 of file mixart_hwdep.c.
u8 e_ident[16] |
Definition at line 74 of file mixart_hwdep.c.
u16 e_machine |
Definition at line 76 of file mixart_hwdep.c.
u16 e_phentsize |
Definition at line 83 of file mixart_hwdep.c.
u16 e_phnum |
Definition at line 84 of file mixart_hwdep.c.
u32 e_phoff |
Definition at line 79 of file mixart_hwdep.c.
u16 e_shentsize |
Definition at line 85 of file mixart_hwdep.c.
u16 e_shnum |
Definition at line 86 of file mixart_hwdep.c.
u32 e_shoff |
Definition at line 80 of file mixart_hwdep.c.
u16 e_shstrndx |
Definition at line 87 of file mixart_hwdep.c.
u16 e_type |
Definition at line 75 of file mixart_hwdep.c.
u32 e_version |
Definition at line 77 of file mixart_hwdep.c.