Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SectionCharacteristics

Enumerator
TypeReg 
TypeDSect 
TypeNoLoad 
TypeGroup 
TypeNoPad 
TypeCopy 
ContainsCode 
ContainsInitializedData 
ContainsUninitializedData 
LinkerOther 
LinkerInfo 
TypeOver 
LinkerRemove 
LinkerComdat 
MemProtected 
NoDeferSpecExc 
GPRel 
MemFardata 
MemSysheap 
MemPurgeable 
Mem16Bit 
MemLocked 
MemPreload 
Align1Bytes 
Align2Bytes 
Align4Bytes 
Align8Bytes 
Align16Bytes 
Align32Bytes 
Align64Bytes 
Align128Bytes 
Align256Bytes 
Align512Bytes 
Align1024Bytes 
Align2048Bytes 
Align4096Bytes 
Align8192Bytes 
AlignMask 
LinkerNRelocOvfl 
MemDiscardable 
MemNotCached 
MemNotPaged 
MemShared 
MemExecute 
MemRead 
MemWrite 

Definition at line 4 of file SectionCharacteristics.cs.

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}