pub const COFF_MACHINE_POWERPC: u16 = 0x1f0;
Expand description
Power PC little endian.
One of the possible values for CoffHeader::machine
.
pub const COFF_MACHINE_POWERPC: u16 = 0x1f0;
Power PC little endian.
One of the possible values for CoffHeader::machine
.