Struct object::read::ObjectMap [−][src]
pub struct ObjectMap<'data> { /* fields omitted */ }
Expand description
A map from addresses to symbol names and object files.
This is derived from STAB entries in Mach-O files.
Implementations
Get the entry containing the given address.
Get all symbols in the map.
Trait Implementations
Auto Trait Implementations
impl<'data> RefUnwindSafe for ObjectMap<'data>
impl<'data> UnwindSafe for ObjectMap<'data>
Blanket Implementations
Mutably borrows from an owned value. Read more