[Overview][Types][Index] |
Enumeration for Mach-O machine type
Source position: machotypes.pp line 23
type TMachOMachineType = ( |
||
mmtpowerpc, |
|
PowerPC machine type |
mmtpowerpc64, |
|
PowerPC 64 machine type |
mmti386, |
|
Intel 386 machine type |
mmtx86_64, |
|
AMD x86_64 machine type |
mmtarm |
||
); |
This enumeration specifies the Mach-O machine type.
It is used by TMachOResourceWriter to specify the machine type of the generated object file and by TMachOResourceReader to read the machine type of the object file that has been read.
|
The machine type of the object file |
|
|
The machine type of the object file |