pub type Elf32_Rela = __c_anonymous_elf32_rela;
struct Elf32_Rela { pub r_offset: u32, pub r_info: u32, pub r_addend: i32, }
r_offset: u32
r_info: u32
r_addend: i32