Struct elfloader::elf::Symbol[][src]

pub struct Symbol {
    pub name: StrOffset,
    pub value: u64,
    pub size: u64,
    // some fields omitted
}

Fields

Symbol name

Symbol value

Symbol size

Methods

impl Symbol
[src]

Trait Implementations

impl Display for Symbol
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Symbol

impl Sync for Symbol