PAGE_SIZE varies: Apple M1 uses 16K
modified: p_mach.cpp modified: p_mach.h modified: p_mach_enum.h
This commit is contained in:
committed by
Markus F.X.J. Oberhumer
parent
333a288248
commit
766fe466d6
@@ -53,6 +53,7 @@
|
||||
CPU_SUBTYPE_ARM_V6 = 6
|
||||
};
|
||||
enum { // filetype
|
||||
MH_OBJECT = 1, /* relocatable object file */
|
||||
MH_EXECUTE = 2,
|
||||
MH_PRELOAD = 5, /* preloaded executable */
|
||||
MH_DYLIB = 6, /* dynamically bound shared library */
|
||||
|
||||
Reference in New Issue
Block a user