📄 protected.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="Protected">Protected</a>,
Next:<a rel="next" accesskey="n" href="Psize.html#Psize">Psize</a>,
Previous:<a rel="previous" accesskey="p" href="Print.html#Print">Print</a>,
Up:<a rel="up" accesskey="u" href="Pseudo-Ops.html#Pseudo%20Ops">Pseudo Ops</a>
<hr><br>
</div>
<h3 class="section"><code>.protected </code><var>names</var><code></code></h3>
<p>This one of the ELF visibility directives. The other two are
<code>.hidden</code> (see <a href="Hidden.html#Hidden">Hidden</a>) and <code>.internal</code> (see <a href="Internal.html#Internal">Internal</a>).
<p>This directive overrides the named symbols default visibility (which is set by
their binding: local, global or weak). The directive sets the visibility to
<code>protected</code> which means that any references to the symbols from within the
components that defines them must be resolved to the definition in that
component, even if a definition in another component would normally preempt
this.
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -