📄 output-section-name.html
字号:
<html lang="en">
<head>
<title>Untitled</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Untitled">
<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="Output%20Section%20Name">Output Section Name</a>,
Next:<a rel="next" accesskey="n" href="Output-Section-Address.html#Output%20Section%20Address">Output Section Address</a>,
Previous:<a rel="previous" accesskey="p" href="Output-Section-Description.html#Output%20Section%20Description">Output Section Description</a>,
Up:<a rel="up" accesskey="u" href="SECTIONS.html#SECTIONS">SECTIONS</a>
<hr><br>
</div>
<h4 class="subsection">Output section name</h4>
<p>The name of the output section is <var>section</var>. <var>section</var> must
meet the constraints of your output format. In formats which only
support a limited number of sections, such as <code>a.out</code>, the name
must be one of the names supported by the format (<code>a.out</code>, for
example, allows only <code>.text</code>, <code>.data</code> or <code>.bss</code>). If the
output format supports any number of sections, but with numbers and not
names (as is the case for Oasys), the name should be supplied as a
quoted numeric string. A section name may consist of any sequence of
characters, but a name which contains any unusual characters such as
commas must be quoted.
<p>The output section name <code>/DISCARD/</code> is special; <a href="Output-Section-Discarding.html#Output%20Section%20Discarding">Output Section Discarding</a>.
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -