Struct object::Symbol [] [src]

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

A symbol table entry.

Methods

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

[src]

Return the kind of this symbol.

[src]

Returns the section kind for the symbol, or None if the symbol is undefined.

[src]

Return true if the symbol is undefined.

[src]

Return true if the symbol is global.

[src]

Return true if the symbol is local.

[src]

The name of the symbol.

[src]

The address of the symbol. May be zero if the address is unknown.

[src]

The size of the symbol. May be zero if the size is unknown.

Trait Implementations

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

[src]

Formats the value using the given formatter.