Struct elfkit::relocation::Relocation[][src]

pub struct Relocation {
    pub addr: u64,
    pub sym: u32,
    pub rtype: RelocationType,
    pub addend: i64,
}

Fields

Methods

impl Relocation
[src]

Trait Implementations

impl Default for Relocation
[src]

Returns the "default value" for a type. Read more

impl Debug for Relocation
[src]

Formats the value using the given formatter. Read more

impl Clone for Relocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Relocation

impl Sync for Relocation