Skip to content

Commit fbb9fda

Browse files
committed
Add missing symbol
1 parent 90e1d0a commit fbb9fda

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

include/mach-o/loader.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ struct section_64 { /* for 64-bit architectures */
7878
uint32_t reserved3;
7979
};
8080

81+
#define S_REGULAR 0x0
8182
#define S_ZEROFILL 0x1
83+
#define S_CSTRING_LITERALS 0x2
84+
#define S_MOD_INIT_FUNC_POINTERS 0x9
85+
8286
#define S_ATTR_PURE_INSTRUCTIONS 0x80000000
8387
#define S_ATTR_SOME_INSTRUCTIONS 0x00000400
84-
#define S_MOD_INIT_FUNC_POINTERS 0x00000009

0 commit comments

Comments
 (0)