Describes the location within the binary of an object file targeted at a single architecture. Declared in /usr/include/mach-o/fat.
SDK
- macOS 10.8+
Framework
- Kernel
Declaration
struct fat_arch {
...
};
Discussion
An array of fat data structures appears directly after the fat data structure of a binary that contains object files for multiple architectures.
Regardless of the content this data structure describes, all its fields are stored in big-endian byte order.