Struct object::Symbol [] [src]

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

A symbol table entry.

Methods

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

[src]

Return the kind of this symbol.

[src]

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

[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<'a> Debug for Symbol<'a>
[src]

[src]

Formats the value using the given formatter.