RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
COFF::COFFFormat::Section::TICOFF_Flags Struct Reference

Static Public Attributes

static constexpr uint32_t DSECT = 0x00000001
 COFF section flag: Dummy section (COFF name: STYP_DSECT)
 
static constexpr uint32_t NOLOAD = 0x00000002
 COFF section flag: Noload section (COFF name: STYP_NOLOAD)
 
static constexpr uint32_t GROUP = 0x00000004
 COFF section flag: Grouped section, formed from input sections (COFF name: STYP_GROUP)
 
static constexpr uint32_t PAD = 0x00000008
 COFF section flag: Padding section (COFF name: STYP_PAD)
 
static constexpr uint32_t COPY = 0x00000010
 COFF section flag: Copy section (COFF name: STYP_COPY)
 
static constexpr uint32_t BLOCK = 0x00010000
 TI COFF section flag: Alignment used as a blocking factor (TI COFF name: STYP_BLOCK)
 
static constexpr uint32_t PASS = 0x00020000
 TI COFF section flag: Section should not be changed (TI COFF name: STYP_PASS)
 
static constexpr uint32_t CLINK = 0x00040000
 TI COFF section flag: Conditional linking required (TI COFF name: STYP_CLINK)
 
static constexpr uint32_t VECTOR = 0x00080000
 TI COFF section flag: Section contains vector table (TI COFF name: STYP_VECTOR)
 
static constexpr uint32_t PADDED = 0x00100000
 TI COFF section flag: Section has been padded (TI COFF name: STYP_PADDED)
 

The documentation for this struct was generated from the following file: