Struct lief::macho::commands::FunctionStarts
pub struct FunctionStarts<'a> { /* private fields */ }
Expand description
Structure which represents the LC_FUNCTION_STARTS
command
This command is an array of ULEB128 encoded values
Implementations§
§impl FunctionStarts<'_>
impl FunctionStarts<'_>
pub fn data_offset(&self) -> u32
pub fn data_offset(&self) -> u32
Offset in the __LINKEDIT
segment where start functions are located
Trait Implementations§
§impl Command for FunctionStarts<'_>
impl Command for FunctionStarts<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for FunctionStarts<'a>
impl<'a> !Send for FunctionStarts<'a>
impl<'a> !Sync for FunctionStarts<'a>
impl<'a> Unpin for FunctionStarts<'a>
impl<'a> UnwindSafe for FunctionStarts<'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