[−][src]Enum object::RelocationEncoding
pub enum RelocationEncoding {
Generic,
X86Signed,
X86RipRelative,
X86RipRelativeMovq,
X86Branch,
}Information about how the result of the relocation operation is encoded in the place.
This is usually architecture specific, such as specifying an addressing mode or a specific instruction.
Variants
Generic encoding.
x86 sign extension at runtime.
Used with RelocationKind::Absolute.
x86 rip-relative addressing.
The RelocationKind must be PC relative.
x86 rip-relative addressing in movq instruction.
The RelocationKind must be PC relative.
x86 branch instruction.
The RelocationKind must be PC relative.
Trait Implementations
impl Clone for RelocationEncoding[src][+]
impl Copy for RelocationEncoding[src]
impl Debug for RelocationEncoding[src][+]
impl Eq for RelocationEncoding[src]
impl PartialEq<RelocationEncoding> for RelocationEncoding[src][+]
impl StructuralEq for RelocationEncoding[src]
impl StructuralPartialEq for RelocationEncoding[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,