Type Alias goblin::elf::Reloc

source ·
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: u64

Address

§r_addend: Option<i64>

Addend

§r_sym: usize

The index into the corresponding symbol table - either dynamic or regular

§r_type: u32

The relocation type