pub type MachOSymbolTable32<'data, 'file, Endian = Endianness> = MachOSymbolTable<'data, 'file, MachHeader32<Endian>>;Expand description
An iterator over the symbols of a MachOFile32.
pub type MachOSymbolTable32<'data, 'file, Endian = Endianness> = MachOSymbolTable<'data, 'file, MachHeader32<Endian>>;An iterator over the symbols of a MachOFile32.