Struct goblin::elf::sym::Symtab[][src]

pub struct Symtab<'a> { /* fields omitted */ }
Expand description

An ELF symbol table, allowing lazy iteration over symbols

Implementations

Parse a table of count ELF symbols from offset.

Try to parse a single symbol from the binary, at index.

The number of symbols in the table.

Returns true if table has no symbols.

Iterate over all symbols.

Parse all symbols into a vector.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.