pub type Elf64_Rela = __c_anonymous_elf64_rela;
struct Elf64_Rela { pub r_offset: u64, pub r_info: u64, pub r_addend: i64, }
r_offset: u64
r_info: u64
r_addend: i64