Struct kernel::common::elf::ELFSymbol
[−]
[src]
pub struct ELFSymbol { pub name: u32, pub value: u32, pub size: u32, pub info: u8, pub other: u8, pub sh_index: u16, }
An ELF symbol
Fields
name | |
value | |
size | |
info | |
other | |
sh_index |