Karg  v0.2.0
The kernel of CargOS
elf_hdr_t Struct Reference

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
 

Member Data Documentation

◆ ehsize

u16 elf_hdr_t::ehsize

◆ entry

usize elf_hdr_t::entry

◆ flags

u32 elf_hdr_t::flags

◆ ident

u8 elf_hdr_t::ident[16]

◆ machine

u16 elf_hdr_t::machine

◆ phentsize

u16 elf_hdr_t::phentsize

◆ phnum

u16 elf_hdr_t::phnum

◆ phoff

usize elf_hdr_t::phoff

◆ shentsize

u16 elf_hdr_t::shentsize

◆ shnum

u16 elf_hdr_t::shnum

◆ shoff

usize elf_hdr_t::shoff

◆ shstrndx

u16 elf_hdr_t::shstrndx

◆ type

u16 elf_hdr_t::type

◆ version

u32 elf_hdr_t::version

The documentation for this struct was generated from the following file: