Skip to main content

GElf_Verdef

Type Alias GElf_Verdef 

Source
pub type GElf_Verdef = Elf64_Verdef;

Aliased Type§

#[repr(C)]
pub struct GElf_Verdef { pub vd_version: u16, pub vd_flags: u16, pub vd_ndx: u16, pub vd_cnt: u16, pub vd_hash: u32, pub vd_aux: u32, pub vd_next: u32, }

Fields§

§vd_version: u16§vd_flags: u16§vd_ndx: u16§vd_cnt: u16§vd_hash: u32§vd_aux: u32§vd_next: u32