Karg
v0.2.0
The kernel of CargOS
|
Public Attributes | |
u8 | ident [16] |
u16 | type |
u16 | machine |
u32 | version |
usize | entry |
usize | phoff |
usize | shoff |
u32 | flags |
u16 | ehsize |
u16 | phentsize |
u16 | phnum |
u16 | shentsize |
u16 | shnum |
u16 | shstrndx |
u16 elf_hdr_t::ehsize |
usize elf_hdr_t::entry |
u32 elf_hdr_t::flags |
u8 elf_hdr_t::ident[16] |
u16 elf_hdr_t::machine |
u16 elf_hdr_t::phentsize |
u16 elf_hdr_t::phnum |
usize elf_hdr_t::phoff |
u16 elf_hdr_t::shentsize |
u16 elf_hdr_t::shnum |
usize elf_hdr_t::shoff |
u16 elf_hdr_t::shstrndx |
u16 elf_hdr_t::type |
u32 elf_hdr_t::version |