📄 coff-symbols.html
字号:
<html lang="en">
<head>
<title>Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.3">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
</head>
<body>
<div class="node">
<p>
Node:<a name="COFF%20Symbols">COFF Symbols</a>,
Next:<a rel="next" accesskey="n" href="SOM-Symbols.html#SOM%20Symbols">SOM Symbols</a>,
Previous:<a rel="previous" accesskey="p" href="a.out-Symbols.html#a.out%20Symbols">a.out Symbols</a>,
Up:<a rel="up" accesskey="u" href="Symbol-Attributes.html#Symbol%20Attributes">Symbol Attributes</a>
<hr><br>
</div>
<h4 class="subsection">Symbol Attributes for COFF</h4>
<p>The COFF format supports a multitude of auxiliary symbol attributes;
like the primary symbol attributes, they are set between <code>.def</code> and
<code>.endef</code> directives.
<h5 class="subsubsection">Primary Attributes</h5>
<p>The symbol name is set with <code>.def</code>; the value and type,
respectively, with <code>.val</code> and <code>.type</code>.
<h5 class="subsubsection">Auxiliary Attributes</h5>
<p>The <code>as</code> directives <code>.dim</code>, <code>.line</code>, <code>.scl</code>,
<code>.size</code>, and <code>.tag</code> can generate auxiliary symbol table
information for COFF.
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -