Current Darwin xnu/mach-o headers are from 2017 and are missing support for modern Mach-O features used in current macOS/iOS binaries.
Missing things such as:
- Missing load command types that are now standard in modern Apple binaries
- Missing modern CPU types and subtypes
Updating the headers will allow support to be added to bloaty to recognize the new load commands (e.g. #426) and then use the CPU and subtypes in the mach-o processing.