---
title: flags
framework: kernel
role: symbol
role_heading: Instance Property
path: kernel/mach_header_64/1525810-flags
---

# flags

An integer containing a set of bit flags that indicate the state of certain optional features of the Mach-O file format. These are the masks you can use to manipulate this field:

## Declaration

```occ
uint32_t flags;
```
