Struct lief::pe::dynamic_fixups::ARM64Kernel
pub struct ARM64Kernel<'a> { /* private fields */ }
Expand description
This class wraps fixups associated with the (special) symbol value:
crate::pe::dynamic_relocation::IMAGE_DYNAMIC_RELOCATION_ARM64_KERNEL_IMPORT_CALL_TRANSFER
.
Implementations§
§impl ARM64Kernel<'_>
impl ARM64Kernel<'_>
pub fn relocations(&self) -> ARM64KernelEntries<'_> ⓘ
pub fn relocations(&self) -> ARM64KernelEntries<'_> ⓘ
Iterator over the different relocations
Trait Implementations§
§impl Debug for ARM64Kernel<'_>
impl Debug for ARM64Kernel<'_>
§impl Display for ARM64Kernel<'_>
impl Display for ARM64Kernel<'_>
impl AsDynamicFixup for ARM64Kernel<'_>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ARM64Kernel<'a>
impl<'a> !Send for ARM64Kernel<'a>
impl<'a> !Sync for ARM64Kernel<'a>
impl<'a> Unpin for ARM64Kernel<'a>
impl<'a> !UnwindSafe for ARM64Kernel<'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