[−][src]Struct goblin::elf::reloc::Reloc
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
Methods
impl Reloc
[src]
Trait Implementations
impl Default for Reloc
[src]
impl Clone for Reloc
[src]
impl PartialEq<Reloc> for Reloc
[src]
impl From<Rela> for Reloc
[src]
impl From<Rel> for Reloc
[src]
impl From<Reloc> for Rela
[src]
impl From<Reloc> for Rel
[src]
impl From<Rela> for Reloc
[src]
impl From<Rel> for Reloc
[src]
impl From<Reloc> for Rela
[src]
impl From<Reloc> for Rel
[src]
impl Copy for Reloc
[src]
impl Debug for Reloc
[src]
impl<'a> TryFromCtx<'a, (bool, Ctx), [u8]> for Reloc
[src]
type Error = Error
type Size = usize
fn try_from_ctx(
bytes: &'a [u8],
(is_rela, Ctx { container: container, le: le }): (bool, Ctx)
) -> Result<(Self, Self::Size), Self::Error>
[src]
bytes: &'a [u8],
(is_rela, Ctx { container: container, le: le }): (bool, Ctx)
) -> Result<(Self, Self::Size), Self::Error>
impl IntoCtx<(bool, Ctx), [u8]> for Reloc
[src]
impl TryIntoCtx<(bool, Ctx), [u8]> for Reloc
[src]
type Error = Error
type Size = usize
fn try_into_ctx(
self,
bytes: &mut [u8],
(is_rela, Ctx { container: container, le: le }): (bool, Ctx)
) -> Result<Self::Size, Self::Error>
[src]
self,
bytes: &mut [u8],
(is_rela, Ctx { container: container, le: le }): (bool, Ctx)
) -> Result<Self::Size, Self::Error>
Writes the relocation into bytes
impl SizeWith<(bool, Ctx)> for Reloc
[src]
Auto Trait Implementations
impl Sync for Reloc
impl Send for Reloc
impl Unpin for Reloc
impl UnwindSafe for Reloc
impl RefUnwindSafe for Reloc
Blanket Implementations
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,