#[repr(C)]pub struct Elf64_Sym {
pub st_name: Elf64_Word,
pub st_info: c_uchar,
pub st_other: c_uchar,
pub st_shndx: Elf64_Section,
pub st_value: Elf64_Addr,
pub st_size: Elf64_Xword,
}Fields§
§st_name: Elf64_Word§st_info: c_uchar§st_other: c_uchar§st_shndx: Elf64_Section§st_value: Elf64_Addr§st_size: Elf64_Xword