SymFlags Enumeration
Flags combination for
Flags property.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum SymFlags
<FlagsAttribute>
Public Enumeration SymFlags
Dim instance As SymFlags
[FlagsAttribute]
public enum class SymFlags
[<FlagsAttribute>]
type SymFlags
No code example is currently available or this language may not be supported.
ValuePresent |
1 |
The Value member is used.
|
Register |
8 |
The symbol is a register.
The Register member is used.
|
RegisterRelative |
16 |
Offsets are register relative.
|
FrameRelative |
32 |
Offsets are frame relative.
|
Parameter |
64 |
The symbol is a parameter.
|
Local |
128 |
The symbol is a local variable.
|
Constant |
256 |
The symbol is a constant.
|
Export |
512 |
The symbol is from the export table.
|
Forwarder |
1,024 |
The symbol is a forwarder.
|
Function |
2,048 |
The symbol is a known function.
|
Virtual |
4,096 |
The symbol is a virtual symbol created by the SymAddSymbol function.
|
Thunk |
8,192 |
The symbol is a thunk.
|
TlsRelative |
16,384 |
The symbol is an offset into the TLS data area.
|
Slot |
32,768 |
The symbol is a managed code slot.
|
IlRelative |
65,536 |
The symbol address is an offset relative to the beginning of the intermediate language block.
This applies to managed code only.
|
Metadata |
131,072 |
The symbol is managed metadata.
|
ClrToken |
262,144 |
The symbol is a CLR token.
|