pub type GElf_Rel = Elf64_Rel;
#[repr(C)]pub struct GElf_Rel { pub r_offset: u64, pub r_info: u64, }
r_offset: u64
r_info: u64