pub type Reloc = Reloc;Aliased Type§
struct Reloc {
pub r_offset: u64,
pub r_addend: Option<i64>,
pub r_sym: usize,
pub r_type: u32,
}Fields§
§r_offset: u64Address
r_addend: Option<i64>Addend
r_sym: usizeThe index into the corresponding symbol table - either dynamic or regular
r_type: u32The relocation type