Struct object::SymbolMap[][src]

pub struct SymbolMap<'data> { /* fields omitted */ }

A map from addresses to symbols.

Methods

impl<'data> SymbolMap<'data>
[src]

Get the symbol containing the given address.

Important traits for &'a [u8]

Get all symbols in the map.

Trait Implementations

impl<'data> Debug for SymbolMap<'data>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'data> Send for SymbolMap<'data>

impl<'data> Sync for SymbolMap<'data>