7 lines
No EOL
98 B
Go
7 lines
No EOL
98 B
Go
package macho
|
|
|
|
type SectionFlags uint32
|
|
|
|
const (
|
|
FlagPureInstructions SectionFlags = 0x80000000
|
|
) |