Struct object::read::Relocation [−][src]
pub struct Relocation { /* fields omitted */ }
Expand description
A relocation entry.
Implementations
The operation used to calculate the result of the relocation.
Information about how the result of the relocation operation is encoded in the place.
The size in bits of the place of the relocation.
If 0, then the size is determined by the relocation kind.
The target of the relocation.
Set the addend to use in the relocation calculation.
Returns true if there is an implicit addend stored in the data at the offset to be relocated.