internal.html

来自「gcc手册」· HTML 代码 · 共 33 行

HTML
33
字号
<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="Internal">Internal</a>,

Next:<a rel="next" accesskey="n" href="Irp.html#Irp">Irp</a>,

Previous:<a rel="previous" accesskey="p" href="Int.html#Int">Int</a>,

Up:<a rel="up" accesskey="u" href="Pseudo-Ops.html#Pseudo%20Ops">Pseudo Ops</a>

<hr><br>

</div>



<h3 class="section"><code>.internal </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"><code>.hidden</code></a>) and

<code>.protected</code> (see <a href="Protected.html#Protected"><code>.protected</code></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>internal</code> which means that the symbols are considered to be <code>hidden</code>

(ie not visible to other components), and that some extra, processor specific

processing must also be performed upon the  symbols as well.



   </body></html>



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?