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]

[src]

[src]

[src]

Trait Implementations

impl Debug for Relocation
[src]

[src]

Formats the value using the given formatter.

impl Clone for Relocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more