From what I can tell, it's pretty similar to arm64. The two main differences
are:
- No 64-bit relocations
- Stub code writes to 32-bit registers instead of 64-bit
Plus of course the various on-disk structures like segment_command are using
the 32-bit instead of the 64-bit variants.