Struct object::Symbol[][src]

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

A symbol table entry.

Methods

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

Return the kind of this symbol.

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

Return true if the symbol is undefined.

Return true if the symbol is global.

Return true if the symbol is local.

The name of the symbol.

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

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

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'data> Send for Symbol<'data>

impl<'data> Sync for Symbol<'data>