opmangle.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 32 行
GML
32 行
.*
.*
.option MANGLEDNAMES
.*
.np
The "MANGLEDNAMES" option should only be used if you are developing a
&cmppname application.
.ix 'mangled names in C++'
Due to the nature of C++, the &cmppname compiler generates mangled
names for symbols.
A mangled name for a symbol includes the following.
.autopoint
.point
symbol name
.point
scoping information
.point
typing information
.endpoint
.np
This information is stored in a cryptic form with the symbol.
When the linker encounters a mangled name in an object file, it formats
the above information and produces this name in the map file.
.np
If you would like the linker to produce the mangled name as it appeared
in the object file, specify the "MANGLEDNAMES" option.
.np
The format of the "MANGLEDNAMES" option (short form "MANG") is as follows.
.mbigbox
OPTION MANGLEDNAMES
.embigbox
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?