Struct disassemble::Symbol
[−]
[src]
pub struct Symbol {
pub address: Address,
pub name: Option<String>,
}A symbol within an executable or library. This is a named address.
Fields
address: Address
The address of this symbol.
name: Option<String>
The name of this symbol.