⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 func.html

📁 gcc手册
💻 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="Func">Func</a>,

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

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

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

<hr><br>

</div>



<h3 class="section"><code>.func </code><var>name</var><code>[,</code><var>label</var><code>]</code></h3>



   <p><code>.func</code> emits debugging information to denote function <var>name</var>, and

is ignored unless the file is assembled with debugging enabled. 

Only <code>--gstabs</code> is currently supported. 

<var>label</var> is the entry point of the function and if omitted <var>name</var>

prepended with the <code>leading char</code> is used. 

<code>leading char</code> is usually <code>_</code> or nothing, depending on the target. 

All functions are currently defined to have <code>void</code> return type. 

The function must be terminated with <code>.endfunc</code>.



   </body></html>



⌨️ 快捷键说明

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