|
|
static constexpr uint32_t | DSECT = 0x0001 |
| | COFF section flag: Dummy section (COFF name: STYP_DSECT)
|
| |
|
static constexpr uint32_t | NOLOAD = 0x0002 |
| | COFF section flag: Noload section (COFF name: STYP_NOLOAD)
|
| |
|
static constexpr uint32_t | GROUP = 0x0004 |
| | COFF section flag: Grouped section, formed from input sections (COFF name: STYP_GROUP)
|
| |
|
static constexpr uint32_t | PAD = 0x0008 |
| | COFF section flag: Padding section (COFF name: STYP_PAD)
|
| |
|
static constexpr uint32_t | COPY = 0x0010 |
| | COFF section flag: Copy section (COFF name: STYP_COPY)
|
| |
|
static constexpr uint32_t | INFO = 0x0200 |
| | COFF section flag: Comment section (COFF name: STYP_INFO)
|
| |
|
static constexpr uint32_t | OVER = 0x0400 |
| | COFF section flag: Overlay section (COFF name: STYP_OVER)
|
| |
|
static constexpr uint32_t | LIB = 0x0800 |
| | COFF section flag: Library section (also used by X/GEM to store library information) (COFF name: STYPE_LIB)
|
| |
The documentation for this struct was generated from the following file: