Struct symbolic_debuginfo::Symbols [] [src]

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

Provides access to Symbols of an Object

It allows to either lookup single symbols with Symbols::lookup or iterate them using Symbols::into_iter. Use SymbolTable::lookup on an Object to retrieve the symbols.

Methods

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

[src]

Searches for a single Symbol inside the symbol table

[src]

Checks whether this binary contains hidden symbols

This is an indication that BCSymbolMaps are needed to symbolicate symbols correctly.

[src]