GElf_Chdr

Type Alias GElf_Chdr 

Source
pub type GElf_Chdr = Elf64_Chdr;

Aliased Type§

#[repr(C)]
pub struct GElf_Chdr { pub ch_type: u32, pub ch_reserved: u32, pub ch_size: u64, pub ch_addralign: u64, }

Fields§

§ch_type: u32§ch_reserved: u32§ch_size: u64§ch_addralign: u64