pub struct Binary { /* private fields */ }Implementations§
§impl Binary
impl Binary
pub fn parse(path: &str) -> Self
pub fn header(&self) -> Header<'_>
pub fn sysv_hash(&self) -> Option<Sysv<'_>>
pub fn gnu_hash(&self) -> Option<Gnu<'_>>
pub fn sections(&self) -> Sections<'_> ⓘ
pub fn segments(&self) -> Segments<'_> ⓘ
pub fn dynamic_entries(&self) -> DynamicEntries<'_> ⓘ
pub fn dynamic_symbols(&self) -> DynamicSymbols<'_> ⓘ
pub fn exported_symbols(&self) -> ExportedSymbols<'_> ⓘ
pub fn imported_symbols(&self) -> ImportedSymbols<'_> ⓘ
pub fn symtab_symbols(&self) -> SymtabSymbols<'_> ⓘ
pub fn symbols_version(&self) -> SymbolsVersion<'_> ⓘ
pub fn symbols_version_requirement(&self) -> SymbolsVersionRequirement<'_> ⓘ
pub fn symbols_version_definition(&self) -> SymbolsVersionDefinition<'_> ⓘ
pub fn notes(&self) -> ItNotes<'_> ⓘ
pub fn pltgot_relocations(&self) -> PltGotRelocations<'_> ⓘ
pub fn dynamic_relocations(&self) -> DynamicRelocations<'_> ⓘ
pub fn object_relocations(&self) -> ObjectRelocations<'_> ⓘ
pub fn relocations(&self) -> Relocations<'_> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Binary
impl !Send for Binary
impl !Sync for Binary
impl Unpin for Binary
impl UnwindSafe for Binary
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