We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e1d0a commit fbb9fdaCopy full SHA for fbb9fda
1 file changed
include/mach-o/loader.h
@@ -78,7 +78,10 @@ struct section_64 { /* for 64-bit architectures */
78
uint32_t reserved3;
79
};
80
81
+#define S_REGULAR 0x0
82
#define S_ZEROFILL 0x1
83
+#define S_CSTRING_LITERALS 0x2
84
+#define S_MOD_INIT_FUNC_POINTERS 0x9
85
+
86
#define S_ATTR_PURE_INSTRUCTIONS 0x80000000
87
#define S_ATTR_SOME_INSTRUCTIONS 0x00000400
-#define S_MOD_INIT_FUNC_POINTERS 0x00000009
0 commit comments