-#define LOAD_SUCCESS 0
-#define LOAD_BADARCH 1 /* CPU type/subtype not found */
-#define LOAD_BADMACHO 2 /* malformed mach-o file */
-#define LOAD_SHLIB 3 /* shlib version mismatch */
-#define LOAD_FAILURE 4 /* Miscellaneous error */
-#define LOAD_NOSPACE 5 /* No VM available */
-#define LOAD_PROTECT 6 /* protection violation */
-#define LOAD_RESOURCE 7 /* resource allocation failure */
-#define LOAD_ENOENT 8 /* resource not found */
-#define LOAD_IOERROR 9 /* IO error */
+#define LOAD_SUCCESS 0
+#define LOAD_BADARCH 1 /* CPU type/subtype not found */
+#define LOAD_BADMACHO 2 /* malformed mach-o file */
+#define LOAD_SHLIB 3 /* shlib version mismatch */
+#define LOAD_FAILURE 4 /* Miscellaneous error */
+#define LOAD_NOSPACE 5 /* No VM available */
+#define LOAD_PROTECT 6 /* protection violation */
+#define LOAD_RESOURCE 7 /* resource allocation failure */
+#define LOAD_ENOENT 8 /* resource not found */
+#define LOAD_IOERROR 9 /* IO error */
+#define LOAD_DECRYPTFAIL 10 /* FP decrypt failure */
+#define LOAD_BADMACHO_UPX 11 /* malformed mach-o file */
+#define LOAD_BADARCH_X86 12 /* -no32exec boot-arg + attempted load of 32bit x86 binary */