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]
type Error = Error
fn try_from_ctx(
bytes: &'a [u8],
(is_rela, Ctx { container: container, le: le }): (bool, Ctx)
) -> Result<(Self, usize), Self::Error>
[src]
bytes: &'a [u8],
(is_rela, Ctx { container: container, le: le }): (bool, Ctx)
) -> Result<(Self, usize), Self::Error>
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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut 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.
pub 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>,