Struct goblin::elf::reloc::Reloc [−][src]
A unified ELF relocation structure
Fields
r_offset: u64
Address
r_addend: Option<i64>
Addend
r_sym: usize
The index into the corresponding symbol table - either dynamic or regular
r_type: u32
The relocation type
Implementations
impl Reloc
[src][−]
Trait Implementations
impl Clone for Reloc
[src][+]
impl Copy for Reloc
[src]
impl Debug for Reloc
[src][+]
impl Default for Reloc
[src][+]
impl From<Rel> for Reloc
[src][+]
impl From<Rel> for Reloc
[src][+]
impl From<Rela> for Reloc
[src][+]
impl From<Rela> for Reloc
[src][+]
impl From<Reloc> for Rela
[src][+]
impl From<Reloc> for Rel
[src][+]
impl From<Reloc> for Rela
[src][+]
impl From<Reloc> for Rel
[src][+]
impl IntoCtx<(bool, Ctx), [u8]> for Reloc
[src][+]
impl PartialEq<Reloc> for Reloc
[src][+]
impl SizeWith<(bool, Ctx)> for Reloc
[src][+]
impl StructuralPartialEq for Reloc
[src]
impl<'a> TryFromCtx<'a, (bool, Ctx), [u8]> for Reloc
[src][+]
impl TryIntoCtx<(bool, Ctx), [u8]> for Reloc
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for Reloc
impl Send for Reloc
impl Sync for Reloc
impl Unpin for Reloc
impl UnwindSafe for Reloc
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>,