Struct disassemble::Symbol [] [src]

pub struct Symbol {
    pub address: Address,
    pub name: String,
}

A symbol within an executable or library. This is a named address.

Fields

The address of this symbol.

The name of this symbol.

Methods

impl Symbol
[src]

Construct a Symbol.

Trait Implementations

impl Debug for Symbol
[src]

Formats the value using the given formatter.