pub type MachOSymbolTable64<'data, 'file, Endian = Endianness> = MachOSymbolTable<'data, 'file, MachHeader64<Endian>>;
Expand description
An iterator over the symbols of a MachOFile64
.
pub type MachOSymbolTable64<'data, 'file, Endian = Endianness> = MachOSymbolTable<'data, 'file, MachHeader64<Endian>>;
An iterator over the symbols of a MachOFile64
.