zoukankan      html  css  js  c++  java
  • SYMBOL

    来源:

    https://msdn.microsoft.com/en-us/library/windows/desktop/ms680686(v=vs.85).aspx

    ValueMeaning
    SYMFLAG_CLR_TOKEN
    0x00040000

    The symbol is a CLR token.

    SYMFLAG_CONSTANT
    0x00000100

    The symbol is a constant.

    SYMFLAG_EXPORT
    0x00000200

    The symbol is from the export table.

    SYMFLAG_FORWARDER
    0x00000400

    The symbol is a forwarder.

    SYMFLAG_FRAMEREL
    0x00000020

    Offsets are frame relative.

    SYMFLAG_FUNCTION
    0x00000800

    The symbol is a known function.

    SYMFLAG_ILREL
    0x00010000

    The symbol address is an offset relative to the beginning of the intermediate language block. This applies to managed code only.

    SYMFLAG_LOCAL
    0x00000080

    The symbol is a local variable.

    SYMFLAG_METADATA
    0x00020000

    The symbol is managed metadata.

    SYMFLAG_PARAMETER
    0x00000040

    The symbol is a parameter.

    SYMFLAG_REGISTER
    0x00000008

    The symbol is a register. The Register member is used.

    SYMFLAG_REGREL
    0x00000010

    Offsets are register relative.

    SYMFLAG_SLOT
    0x00008000

    The symbol is a managed code slot.

    SYMFLAG_THUNK
    0x00002000

    The symbol is a thunk.

    SYMFLAG_TLSREL
    0x00004000

    The symbol is an offset into the TLS data area.

    SYMFLAG_VALUEPRESENT
    0x00000001

    The Value member is used.

    SYMFLAG_VIRTUAL
    0x00001000

    The symbol is a virtual symbol created by the SymAddSymbol function.

  • 相关阅读:
    Redis为什么要自己实现一个SDS
    Redis中的数据结构
    编程题
    设计模式-代理模式
    设计模式-原型模式
    设计模式-工厂模式(简单工厂,工厂方法,抽象工厂)
    Redis基础
    Windows提高_1.4进程通信
    Windows提高_1.3文件操作
    Windows提高_1.2遍历进程、遍历模块
  • 原文地址:https://www.cnblogs.com/spriteflk/p/6296833.html
Copyright © 2011-2022 走看看