Struct faerie::artifact::Link [] [src]

pub struct Link<'a> {
    pub from: &'a str,
    pub to: &'a str,
    pub at: usize,
}

An abstract relocation linking one symbol to another, at an offset

Fields

The relocation is relative from this symbol

The relocation is to this symbol

The byte offset relative to from where the relocation should be performed