Struct lief::elf::relocation::Relocation
pub struct Relocation<'a> { /* private fields */ }Implementations§
§impl Relocation<'_>
impl Relocation<'_>
pub fn addend(&self) -> i64
pub fn get_type(&self) -> Type
pub fn is_rela(&self) -> bool
pub fn is_rel(&self) -> bool
pub fn info(&self) -> u32
pub fn architecture(&self) -> u32
pub fn purpose(&self) -> Purpose
pub fn encoding(&self) -> Encoding
pub fn symbol(&self) -> Option<Symbol<'_>>
pub fn section(&self) -> Option<Section<'_>>
pub fn symbol_table(&self) -> Option<Section<'_>>
Trait Implementations§
§impl Debug for Relocation<'_>
impl Debug for Relocation<'_>
§impl Relocation for Relocation<'_>
impl Relocation for Relocation<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Relocation<'a>
impl<'a> !Send for Relocation<'a>
impl<'a> !Sync for Relocation<'a>
impl<'a> Unpin for Relocation<'a>
impl<'a> UnwindSafe for Relocation<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more