pub struct ElfLoad {
pub p_offset: u64,
pub p_vaddr: u64,
pub p_memsz: u64,
}
Expand description
Elf load segments used during address normalization to find the segment for what an code address falls into.
Fields§
§p_offset: u64
§p_vaddr: u64
§p_memsz: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElfLoad
impl RefUnwindSafe for ElfLoad
impl Send for ElfLoad
impl Sync for ElfLoad
impl Unpin for ElfLoad
impl UnwindSafe for ElfLoad
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