Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
architecture/ | H | 25-Apr-2025 | - | 39 | 8 | |
arm/ | H | 25-Apr-2025 | - | 16 | 7 | |
i386/ | H | 25-Apr-2025 | - | 38 | 7 | |
mach/ | H | 25-Apr-2025 | - | 1,400 | 396 | |
mach-o/ | H | 25-Apr-2025 | - | 2,163 | 753 | |
README | H A D | 25-Apr-2025 | 664 | 26 | 22 |
README
1These headers were copied to enable building the Mac dump_syms code that 2processes Mach-O files on Linux. 3 4From xnu-8792.41.9 (https://github.com/apple-oss-distributions/xnu at 5c2921b) 5i386/_types.h 6arm/_types.h 7mach/boolean.h 8mach/machine.h 9mach/thread_status.h 10mach/vm_prot.h 11mach/i386/boolean.h 12mach/i386/vm_types.h 13mach/arm/boolean.h 14mach/arm/vm_types.h 15mach/machine/boolean.h 16mach/machine/vm_types.h 17 18From cctools-986 (https://github.com/apple-oss-distributions/cctools at cbe977a) 19mach-o/arch.h 20mach-o/fat.h 21mach-o/loader.h 22mach-o/nlist.h 23 24From architecture-282 (https://github.com/apple-oss-distributions/architecture at fe86900) 25architecture/byte_order.h 26