|
|
static constexpr uint32_t | PAD = 0x0008 |
| | XCOFF section flag: Padding section (XCOFF name: STYP_PAD)
|
| |
|
static constexpr uint32_t | DWARF = 0x0010 |
| | XCOFF section flag: DWARF relocation section (XCOFF name: STYP_DWARF)
|
| |
|
static constexpr uint32_t | EXCEPT = 0x0100 |
| | XCOFF section flag: Exception section (XCOFF name: STYP_EXCEPT)
|
| |
|
static constexpr uint32_t | INFO = 0x0200 |
| | XCOFF section flag: Comment section (XCOFF name: STYP_INFO)
|
| |
|
static constexpr uint32_t | TDATA = 0x0400 |
| | XCOFF section flag: Initialized thread-local data (XCOFF name: STYP_TDATA)
|
| |
|
static constexpr uint32_t | TBSS = 0x0800 |
| | XCOFF section flag: Uninitialized thread-local data (XCOFF name: STYP_TBSS)
|
| |
|
static constexpr uint32_t | LOADER = 0x1000 |
| | XCOFF section flag: Loader section (XCOFF name: STYP_LOADER)
|
| |
|
static constexpr uint32_t | DEBUG = 0x2000 |
| | XCOFF section flag: Debug section (XCOFF name: STYP_DEBUG)
|
| |
|
static constexpr uint32_t | TYPCHK = 0x4000 |
| | XCOFF section flag: Type-check section (XCOFF name: STYP_TYPCHK)
|
| |
|
static constexpr uint32_t | OVERFLO = 0x8000 |
| | XCOFF section flag: (XCOFF name: STYP_OVERFLO)
|
| |
The documentation for this struct was generated from the following file: