B2R2


Magic Type

Magic number for Mach-O header.

Record fields

Record Field Description

FATCigam

Full Usage: FATCigam

Field type: Magic
Modifiers: static

The file is intended for use on multiple architectures (FAT binary). This value is used on a little-endian host.

Field type: Magic

FATMagic

Full Usage: FATMagic

Field type: Magic
Modifiers: static

The file is intended for use on multiple architectures (FAT binary). This value is used on a big-endian host.

Field type: Magic

MHCigam

Full Usage: MHCigam

Field type: Magic
Modifiers: static

The byte ordering scheme of the target machine is the reverse of the host CPU (32-bit CPU).

Field type: Magic

MHCigam64

Full Usage: MHCigam64

Field type: Magic
Modifiers: static

The byte ordering scheme of the target machine is the reverse of the host CPU (64-bit CPU).

Field type: Magic

MHMagic

Full Usage: MHMagic

Field type: Magic
Modifiers: static

The file is intended for use on a CPU with the same endianness as the computer on which the compiler is running (32-bit CPU).

Field type: Magic

MHMagic64

Full Usage: MHMagic64

Field type: Magic
Modifiers: static

The file is intended for use on a CPU with the same endianness as the computer on which the compiler is running (64-bit CPU).

Field type: Magic