来源:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms680686(v=vs.85).aspx
Value | Meaning |
---|---|
|
The symbol is a CLR token. |
|
The symbol is a constant. |
|
The symbol is from the export table. |
|
The symbol is a forwarder. |
|
Offsets are frame relative. |
|
The symbol is a known function. |
|
The symbol address is an offset relative to the beginning of the intermediate language block. This applies to managed code only. |
|
The symbol is a local variable. |
|
The symbol is managed metadata. |
|
The symbol is a parameter. |
|
The symbol is a register. The Register member is used. |
|
Offsets are register relative. |
|
The symbol is a managed code slot. |
|
The symbol is a thunk. |
|
The symbol is an offset into the TLS data area. |
|
The Value member is used. |
|
The symbol is a virtual symbol created by the SymAddSymbol function. |