pub type GElf_Rela = Elf64_Rela;
#[repr(C)]pub struct GElf_Rela { pub r_offset: u64, pub r_info: u64, pub r_addend: i64, }
r_offset: u64
r_info: u64
r_addend: i64