4 <meta http-equiv=
"Content-Type" content=
"text/html">
5 <meta name=
"description" content=
"STABS">
6 <meta name=
"generator" content=
"makeinfo 4.3">
7 <link href=
"http://www.gnu.org/software/texinfo/" rel=
"generator-home">
12 Node:
<a name=
"Reference%20Parameters">Reference Parameters
</a>,
13 Next:
<a rel=
"next" accesskey=
"n" href=
"Conformant-Arrays.html#Conformant%20Arrays">Conformant Arrays
</a>,
14 Previous:
<a rel=
"previous" accesskey=
"p" href=
"Local-Variable-Parameters.html#Local%20Variable%20Parameters">Local Variable Parameters
</a>,
15 Up:
<a rel=
"up" accesskey=
"u" href=
"Parameters.html#Parameters">Parameters
</a>
19 <h4 class=
"subsection">Passing Parameters by Reference
</h4>
21 <p>If the parameter is passed by reference (e.g., Pascal
<code>VAR
</code>
22 parameters), then the symbol descriptor is
<code>v
</code> if it is in the
23 argument list, or
<code>a
</code> if it in a register. Other than the fact
24 that these contain the address of the parameter rather than the
25 parameter itself, they are identical to
<code>p
</code> and
<code>R
</code>,
26 respectively. I believe
<code>a
</code> is an AIX invention;
<code>v
</code> is
27 supported by all stabs-using systems as far as I know.