Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SectionCharacteristics.cs
Go to the documentation of this file.
2
3[Flags]
4public enum SectionCharacteristics : uint
5{
6 TypeReg = 0u,
7 TypeDSect = 1u,
8 TypeNoLoad = 2u,
9 TypeGroup = 4u,
10 TypeNoPad = 8u,
11 TypeCopy = 0x10u,
12 ContainsCode = 0x20u,
15 LinkerOther = 0x100u,
16 LinkerInfo = 0x200u,
17 TypeOver = 0x400u,
18 LinkerRemove = 0x800u,
19 LinkerComdat = 0x1000u,
20 MemProtected = 0x4000u,
21 NoDeferSpecExc = 0x4000u,
22 GPRel = 0x8000u,
23 MemFardata = 0x8000u,
24 MemSysheap = 0x10000u,
25 MemPurgeable = 0x20000u,
26 Mem16Bit = 0x20000u,
27 MemLocked = 0x40000u,
28 MemPreload = 0x80000u,
29 Align1Bytes = 0x100000u,
30 Align2Bytes = 0x200000u,
31 Align4Bytes = 0x300000u,
32 Align8Bytes = 0x400000u,
33 Align16Bytes = 0x500000u,
34 Align32Bytes = 0x600000u,
35 Align64Bytes = 0x700000u,
36 Align128Bytes = 0x800000u,
37 Align256Bytes = 0x900000u,
38 Align512Bytes = 0xA00000u,
39 Align1024Bytes = 0xB00000u,
40 Align2048Bytes = 0xC00000u,
41 Align4096Bytes = 0xD00000u,
42 Align8192Bytes = 0xE00000u,
43 AlignMask = 0xF00000u,
44 LinkerNRelocOvfl = 0x1000000u,
45 MemDiscardable = 0x2000000u,
46 MemNotCached = 0x4000000u,
47 MemNotPaged = 0x8000000u,
48 MemShared = 0x10000000u,
49 MemExecute = 0x20000000u,
50 MemRead = 0x40000000u,
51 MemWrite = 0x80000000u
52}