• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            歲月流轉,往昔空明

            C++博客 首頁 新隨筆 聯系 聚合 管理
              118 Posts :: 3 Stories :: 413 Comments :: 0 Trackbacks

            Syntax of SASL Symbol Name Mangling

            September 26

            2010

            This script describes the rules of symbol name mangling.

            V1.0

            SASL Name Mangling Syntax

            V1.0

            Name mangling can be applied to name of function mainly, for distinguishing the overloaded function

            MangledName is the result of Name Mangling. It starts with ‘M’ character and ends with ‘Z’ character.

            MangledName ::= ‘M’ QualifiedName ‘@@’ ParameterTypes CallingConvention

            QualifiedName is base name qualified by scope name. A scope name could be a structure name, class name or namespace name.

            ParameterTypes describes the types of parameter list.

            ‘@@’ is the splitter between qualified name and parameter type.

            QualifiedName ::= ( ScopeName ‘@’ )* BaseName

            QualifiedName is composited by scope name and base name. ‘@’ is used to split the scope segments.

            ScopeName ::=

            ‘S’ StructTypeName

            ‘N’ NamespaceName

            StructTypeName ::= <name of structure>

            NamespaceName ::= <name of namespace>

            BaseName ::= <literal name of function>

            ScopeName are two sorts, structure name or namespace name. Sorts are distinguished by a lead character. If the name starts with ‘S’ it means the name of structure, and ‘N’ means following name represents a namespace. Note that, if

            BaseName is the literal name of the function or a type.

            ParameterTypes is a list of parameter types. Because SASL do not support variance parameters, so we need not to considerate that. Syntax of ParameterTypes as following:

            ParameterTypes ::= ( ParameterType ‘@@’)*

            ParameterType is encoded by type qualifiers and type name.

            NOTE THAT, anywhere type name referred means that the original definition name but not alias( such as generated by “typedef” ).

            ParameterType ::= ScopeQualifiedTypeName

            ScopeQualifiedTypeName is the type name qualified by scopes. It is similar with qualified name.

            ScopeQualifiedTypeName ::= ( ScopeName ‘@’ )* BaseTypeName

            ScopeName ::= ( ‘S’ StructTypeName ) | ( ‘N’ NamespaceName )

            QualifiedBaseTypeName ::= TypeQualifier BaseTypeName

            TypeQualifier ::= (‘C’)?(‘S’)?(‘U’)?Q

            TypeQualifier describes the qualifier of declaration. In SASL, following qualifiers are supported: constant qualifier (‘C’), uniform qualifier (‘U’) and shared qualifier (‘S’). Each qualifier is represented as a character, and qualifiers is ended by a character ‘Q’.

            BaseTypeName ::=

            ‘S’ StructTypeName

            ‘B’ BuildinScalarTypeName

            ‘V’ BuildinVectorTypeName

            ‘F’ FunctionTypeName

            ‘M’ BuildinMatrixTypeName

            ‘A’ ArraySize ArrayComponentTypeName

            StructTypeName ::= <literal name of structure>

            BuildinScalarTypeNames encode all build-in type into one or two characters.

            BuildinScalarTypeName ::=

            ‘U1’ | ‘U2’ | ‘U4’ | ‘U8’ |‘I1’ | ‘I2’ | ‘I4’ | ‘I8’ | ‘B’ | ’F’ | ‘D’ | ‘O’

            ArrayComponentTypeName ::= QualifiedBaseTypeName

            ArraySize ::=

            <length of array >

            ‘V’

            They are corresponded following building types: uint8_t, uint16_t, uint32_t, uint64_t, int8_t, int16_t, int32_t, int64_t, boolean, float, double and omit (void).

            BuildinVectorName ::= VectorLength BuildinScalarTypeName

            BuildinMatrixName ::= RowCountOfMatrix ColumnCountOfMatrix BuildinScalarTypeName

            BuildinVectorTypeName shows the name of building vector. It makes of length component and scalar type component.

            VectorLength Could be 1, 2, 3 or 4 and represents the length of vector.

            And the BuildinMatrixTypeName is similar as build-in vector type name.

            ArraySize is an integer demonstrating the size of fixed-length array or ‘V’ (void or variant) means that it is a variant length array.

            ArrayComponentTypeName is the description of type of component of array. For example, array component type of “int32_t[]” is “int32_t”. So array component type name is set to the mangled name of int32_t, “I4”.

            CallingConvention is a single character which shows the calling convention of this function. ‘S’ means “__stdcall”, ‘C’ means “__cdecl” and ‘F’ ,means “__fastcall”

            CallingConvention ::=

            ‘S’

            ‘C’

            ‘F’

            FunctionTypeName reuses all non-terminators and terminators mentioned above.

            FunctionTypeName ::= ReturnType PrarameterTypes CallConvetion ‘@@@’

            ReturnType ::= ParameterType ‘@@’

            posted on 2010-09-26 19:12 空明流轉 閱讀(1690) 評論(2)  編輯 收藏 引用

            評論

            # re: SASL Name Mangling (Release Candidate Version) 2010-09-27 09:02 ccsdu2009
            如果是你弄得 為什么要弄英文 ?  回復  更多評論
              

            # re: SASL Name Mangling (Release Candidate Version) 2010-09-27 13:28 空明流轉
            @ccsdu2009
            這是SoftArt文檔的一部分,自然選擇用英文。  回復  更多評論
              

            久久狠狠爱亚洲综合影院| 精品国产乱码久久久久久1区2区 | 亚洲中文字幕无码久久2020| 欧美与黑人午夜性猛交久久久| 久久久无码精品午夜| 亚洲精品成人久久久| 中文字幕日本人妻久久久免费| 色综合久久久久无码专区| 天天久久狠狠色综合| 伊人久久无码精品中文字幕| 久久精品国产日本波多野结衣| 97久久久精品综合88久久| 精品久久国产一区二区三区香蕉| 思思久久99热只有频精品66| 狠狠88综合久久久久综合网| 久久久久国产一区二区三区| 熟妇人妻久久中文字幕| 久久青青草原精品国产不卡| 麻豆一区二区99久久久久| 久久91这里精品国产2020| 久久久久久久久久久精品尤物| 99精品久久久久久久婷婷| 亚洲国产精品高清久久久| 欧美无乱码久久久免费午夜一区二区三区中文字幕 | 国产福利电影一区二区三区久久久久成人精品综合 | 999久久久无码国产精品| 久久久久亚洲?V成人无码| 国内精品九九久久久精品| 国内精品久久国产| 久久中文字幕无码专区| 一本久久久久久久| 国产欧美久久久精品| 亚洲狠狠婷婷综合久久蜜芽| 狠狠色丁香久久婷婷综合_中| 久久精品亚洲欧美日韩久久| 大伊人青草狠狠久久| 综合人妻久久一区二区精品| 久久免费视频1| 色青青草原桃花久久综合| 欧美国产成人久久精品| 久久亚洲av无码精品浪潮|