來源:windows
https://msdn.microsoft.com/en-us/library/windows/desktop/ms680686(v=vs.85).aspxapp
Value | Meaning |
---|---|
|
The symbol is a CLR token.code |
|
The symbol is a constant.token |
|
The symbol is from the export table.get |
|
The symbol is a forwarder.io |
|
Offsets are frame relative.table |
|
The symbol is a known function.function |
|
The symbol address is an offset relative to the beginning of the intermediate language block. This applies to managed code only.class |
|
The symbol is a local variable.tls |
|
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. |