#[repr(C)]pub struct Elf32_Sym {
pub st_name: Elf32_Word,
pub st_value: Elf32_Addr,
pub st_size: Elf32_Word,
pub st_info: c_uchar,
pub st_other: c_uchar,
pub st_shndx: Elf32_Section,
}Fields§
§st_name: Elf32_Word§st_value: Elf32_Addr§st_size: Elf32_Word§st_info: c_uchar§st_other: c_uchar§st_shndx: Elf32_Section