Struct object::SymbolMap [] [src]

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

A map from addresses to symbols.

Methods

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

[src]

Get the symbol containing the given address.

[src]

Get all symbols in the map.

Trait Implementations

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

[src]

Formats the value using the given formatter.