pushsection.html

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

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

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

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

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

<hr><br>

</div>



<h3 class="section"><code>.pushsection </code><var>name</var><code> , </code><var>subsection</var><code></code></h3>



   <p>This is one of the ELF section stack manipulation directives.  The others are

<code>.section</code> (see <a href="Section.html#Section">Section</a>), <code>.subsection</code> (see <a href="SubSection.html#SubSection">SubSection</a>),

<code>.popsection</code> (see <a href="PopSection.html#PopSection">PopSection</a>), and <code>.previous</code>

(see <a href="Previous.html#Previous">Previous</a>).



   <p>This directive is a synonym for <code>.section</code>.  It pushes the current section

(and subsection) onto the top of the section stack, and then replaces the

current section and subsection with <code>name</code> and <code>subsection</code>.



   </body></html>



⌨️ 快捷键说明

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