選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 1992-2020 Free Software Foundation, Inc.
  4. Contributed by Cygnus Support. Written by Julia Menapace, Jim Kingdon,
  5. and David MacKenzie.
  6. Permission is granted to copy, distribute and/or modify this document
  7. under the terms of the GNU Free Documentation License, Version 1.3 or
  8. any later version published by the Free Software Foundation; with no
  9. Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
  10. Texts. A copy of the license is included in the section entitled "GNU
  11. Free Documentation License". -->
  12. <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
  13. <head>
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  15. <title>Top (STABS)</title>
  16. <meta name="description" content="Top (STABS)">
  17. <meta name="keywords" content="Top (STABS)">
  18. <meta name="resource-type" content="document">
  19. <meta name="distribution" content="global">
  20. <meta name="Generator" content="makeinfo">
  21. <link href="#Top" rel="start" title="Top">
  22. <link href="Symbol-Types-Index.html#Symbol-Types-Index" rel="index" title="Symbol Types Index">
  23. <link href="#SEC_Contents" rel="contents" title="Table of Contents">
  24. <link href="../dir/index.html" rel="up" title="(dir)">
  25. <link href="Overview.html#Overview" rel="next" title="Overview">
  26. <style type="text/css">
  27. <!--
  28. a.summary-letter {text-decoration: none}
  29. blockquote.indentedblock {margin-right: 0em}
  30. blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
  31. blockquote.smallquotation {font-size: smaller}
  32. div.display {margin-left: 3.2em}
  33. div.example {margin-left: 3.2em}
  34. div.lisp {margin-left: 3.2em}
  35. div.smalldisplay {margin-left: 3.2em}
  36. div.smallexample {margin-left: 3.2em}
  37. div.smalllisp {margin-left: 3.2em}
  38. kbd {font-style: oblique}
  39. pre.display {font-family: inherit}
  40. pre.format {font-family: inherit}
  41. pre.menu-comment {font-family: serif}
  42. pre.menu-preformatted {font-family: serif}
  43. pre.smalldisplay {font-family: inherit; font-size: smaller}
  44. pre.smallexample {font-size: smaller}
  45. pre.smallformat {font-family: inherit; font-size: smaller}
  46. pre.smalllisp {font-size: smaller}
  47. span.nolinebreak {white-space: nowrap}
  48. span.roman {font-family: initial; font-weight: normal}
  49. span.sansserif {font-family: sans-serif; font-weight: normal}
  50. ul.no-bullet {list-style: none}
  51. -->
  52. </style>
  53. </head>
  54. <body lang="en">
  55. <h1 class="settitle" align="center">STABS</h1>
  56. <p>This document describes the stabs debugging symbol tables.
  57. </p>
  58. <p>Copyright &copy; 1992&ndash;2020 Free Software Foundation, Inc.
  59. Contributed by Cygnus Support. Written by Julia Menapace, Jim Kingdon,
  60. and David MacKenzie.
  61. </p>
  62. <p>Permission is granted to copy, distribute and/or modify this document
  63. under the terms of the GNU Free Documentation License, Version 1.3 or
  64. any later version published by the Free Software Foundation; with no
  65. Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
  66. Texts. A copy of the license is included in the section entitled &ldquo;GNU
  67. Free Documentation License&rdquo;.
  68. </p>
  69. <a name="Top"></a>
  70. <div class="header">
  71. <p>
  72. Next: <a href="Overview.html#Overview" accesskey="n" rel="next">Overview</a>, Up: <a href="../dir/index.html" accesskey="u" rel="up">(dir)</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Symbol-Types-Index.html#Symbol-Types-Index" title="Index" rel="index">Index</a>]</p>
  73. </div>
  74. <hr>
  75. <a name="The-_0022stabs_0022-representation-of-debugging-information"></a>
  76. <h1 class="top">The &quot;stabs&quot; representation of debugging information</h1>
  77. <p>This document describes the stabs debugging format.
  78. </p>
  79. <table class="menu" border="0" cellspacing="0">
  80. <tr><td align="left" valign="top">&bull; <a href="Overview.html#Overview" accesskey="1">Overview</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Overview of stabs
  81. </td></tr>
  82. <tr><td align="left" valign="top">&bull; <a href="Program-Structure.html#Program-Structure" accesskey="2">Program Structure</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Encoding of the structure of the program
  83. </td></tr>
  84. <tr><td align="left" valign="top">&bull; <a href="Constants.html#Constants" accesskey="3">Constants</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Constants
  85. </td></tr>
  86. <tr><td align="left" valign="top">&bull; <a href="Variables.html#Variables" accesskey="4">Variables</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
  87. </td></tr>
  88. <tr><td align="left" valign="top">&bull; <a href="Types.html#Types" accesskey="5">Types</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Type definitions
  89. </td></tr>
  90. <tr><td align="left" valign="top">&bull; <a href="Macro-define-and-undefine.html#Macro-define-and-undefine" accesskey="6">Macro define and undefine</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Representation of #define and #undef
  91. </td></tr>
  92. <tr><td align="left" valign="top">&bull; <a href="Symbol-Tables.html#Symbol-Tables" accesskey="7">Symbol Tables</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Symbol information in symbol tables
  93. </td></tr>
  94. <tr><td align="left" valign="top">&bull; <a href="Cplusplus.html#Cplusplus" accesskey="8">Cplusplus</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Stabs specific to C++
  95. </td></tr>
  96. <tr><td align="left" valign="top">&bull; <a href="Stab-Types.html#Stab-Types" accesskey="9">Stab Types</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Symbol types in a.out files
  97. </td></tr>
  98. <tr><td align="left" valign="top">&bull; <a href="Symbol-Descriptors.html#Symbol-Descriptors">Symbol Descriptors</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Table of symbol descriptors
  99. </td></tr>
  100. <tr><td align="left" valign="top">&bull; <a href="Type-Descriptors.html#Type-Descriptors">Type Descriptors</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Table of type descriptors
  101. </td></tr>
  102. <tr><td align="left" valign="top">&bull; <a href="Expanded-Reference.html#Expanded-Reference">Expanded Reference</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Reference information by stab type
  103. </td></tr>
  104. <tr><td align="left" valign="top">&bull; <a href="Questions.html#Questions">Questions</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Questions and anomalies
  105. </td></tr>
  106. <tr><td align="left" valign="top">&bull; <a href="Stab-Sections.html#Stab-Sections">Stab Sections</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">In some object file formats, stabs are
  107. in sections.
  108. </td></tr>
  109. <tr><td align="left" valign="top">&bull; <a href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">GNU Free Documentation License</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The license for this documentation
  110. </td></tr>
  111. <tr><td align="left" valign="top">&bull; <a href="Symbol-Types-Index.html#Symbol-Types-Index">Symbol Types Index</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Index of symbolic stab symbol type names.
  112. </td></tr>
  113. </table>
  114. <a name="SEC_Contents"></a>
  115. <h2 class="contents-heading">Table of Contents</h2>
  116. <div class="contents">
  117. <ul class="no-bullet">
  118. <li><a name="toc-Overview-of-Stabs" href="Overview.html#Overview">1 Overview of Stabs</a>
  119. <ul class="no-bullet">
  120. <li><a name="toc-Overview-of-Debugging-Information-Flow" href="Flow.html#Flow">1.1 Overview of Debugging Information Flow</a></li>
  121. <li><a name="toc-Overview-of-Stab-Format" href="Stabs-Format.html#Stabs-Format">1.2 Overview of Stab Format</a></li>
  122. <li><a name="toc-The-String-Field" href="String-Field.html#String-Field">1.3 The String Field</a></li>
  123. <li><a name="toc-A-Simple-Example-in-C-Source" href="C-Example.html#C-Example">1.4 A Simple Example in C Source</a></li>
  124. <li><a name="toc-The-Simple-Example-at-the-Assembly-Level" href="Assembly-Code.html#Assembly-Code">1.5 The Simple Example at the Assembly Level</a></li>
  125. </ul></li>
  126. <li><a name="toc-Encoding-the-Structure-of-the-Program" href="Program-Structure.html#Program-Structure">2 Encoding the Structure of the Program</a>
  127. <ul class="no-bullet">
  128. <li><a name="toc-Main-Program-1" href="Main-Program.html#Main-Program">2.1 Main Program</a></li>
  129. <li><a name="toc-Paths-and-Names-of-the-Source-Files" href="Source-Files.html#Source-Files">2.2 Paths and Names of the Source Files</a></li>
  130. <li><a name="toc-Names-of-Include-Files" href="Include-Files.html#Include-Files">2.3 Names of Include Files</a></li>
  131. <li><a name="toc-Line-Numbers-1" href="Line-Numbers.html#Line-Numbers">2.4 Line Numbers</a></li>
  132. <li><a name="toc-Procedures-1" href="Procedures.html#Procedures">2.5 Procedures</a></li>
  133. <li><a name="toc-Nested-Procedures-1" href="Nested-Procedures.html#Nested-Procedures">2.6 Nested Procedures</a></li>
  134. <li><a name="toc-Block-Structure-1" href="Block-Structure.html#Block-Structure">2.7 Block Structure</a></li>
  135. <li><a name="toc-Alternate-Entry-Points-1" href="Alternate-Entry-Points.html#Alternate-Entry-Points">2.8 Alternate Entry Points</a></li>
  136. </ul></li>
  137. <li><a name="toc-Constants-1" href="Constants.html#Constants">3 Constants</a></li>
  138. <li><a name="toc-Variables-1" href="Variables.html#Variables">4 Variables</a>
  139. <ul class="no-bullet">
  140. <li><a name="toc-Automatic-Variables-Allocated-on-the-Stack" href="Stack-Variables.html#Stack-Variables">4.1 Automatic Variables Allocated on the Stack</a></li>
  141. <li><a name="toc-Global-Variables-1" href="Global-Variables.html#Global-Variables">4.2 Global Variables</a></li>
  142. <li><a name="toc-Register-Variables-1" href="Register-Variables.html#Register-Variables">4.3 Register Variables</a></li>
  143. <li><a name="toc-Common-Blocks-1" href="Common-Blocks.html#Common-Blocks">4.4 Common Blocks</a></li>
  144. <li><a name="toc-Static-Variables" href="Statics.html#Statics">4.5 Static Variables</a></li>
  145. <li><a name="toc-Fortran-Based-Variables" href="Based-Variables.html#Based-Variables">4.6 Fortran Based Variables</a></li>
  146. <li><a name="toc-Parameters-1" href="Parameters.html#Parameters">4.7 Parameters</a>
  147. <ul class="no-bullet">
  148. <li><a name="toc-Passing-Parameters-in-Registers" href="Register-Parameters.html#Register-Parameters">4.7.1 Passing Parameters in Registers</a></li>
  149. <li><a name="toc-Storing-Parameters-as-Local-Variables" href="Local-Variable-Parameters.html#Local-Variable-Parameters">4.7.2 Storing Parameters as Local Variables</a></li>
  150. <li><a name="toc-Passing-Parameters-by-Reference" href="Reference-Parameters.html#Reference-Parameters">4.7.3 Passing Parameters by Reference</a></li>
  151. <li><a name="toc-Passing-Conformant-Array-Parameters" href="Conformant-Arrays.html#Conformant-Arrays">4.7.4 Passing Conformant Array Parameters</a></li>
  152. </ul></li>
  153. </ul></li>
  154. <li><a name="toc-Defining-Types" href="Types.html#Types">5 Defining Types</a>
  155. <ul class="no-bullet">
  156. <li><a name="toc-Builtin-Types-1" href="Builtin-Types.html#Builtin-Types">5.1 Builtin Types</a>
  157. <ul class="no-bullet">
  158. <li><a name="toc-Traditional-Builtin-Types-1" href="Traditional-Builtin-Types.html#Traditional-Builtin-Types">5.1.1 Traditional Builtin Types</a>
  159. <ul class="no-bullet">
  160. <li><a name="toc-Traditional-Integer-Types-1" href="Traditional-Integer-Types.html#Traditional-Integer-Types">5.1.1.1 Traditional Integer Types</a></li>
  161. <li><a name="toc-Traditional-Other-Types-1" href="Traditional-Other-Types.html#Traditional-Other-Types">5.1.1.2 Traditional Other Types</a></li>
  162. </ul></li>
  163. <li><a name="toc-Defining-Builtin-Types-Using-Builtin-Type-Descriptors" href="Builtin-Type-Descriptors.html#Builtin-Type-Descriptors">5.1.2 Defining Builtin Types Using Builtin Type Descriptors</a></li>
  164. <li><a name="toc-Negative-Type-Numbers-1" href="Negative-Type-Numbers.html#Negative-Type-Numbers">5.1.3 Negative Type Numbers</a></li>
  165. </ul></li>
  166. <li><a name="toc-Miscellaneous-Types-1" href="Miscellaneous-Types.html#Miscellaneous-Types">5.2 Miscellaneous Types</a></li>
  167. <li><a name="toc-Cross_002dReferences-to-Other-Types" href="Cross_002dReferences.html#Cross_002dReferences">5.3 Cross-References to Other Types</a></li>
  168. <li><a name="toc-Subrange-Types" href="Subranges.html#Subranges">5.4 Subrange Types</a></li>
  169. <li><a name="toc-Array-Types" href="Arrays.html#Arrays">5.5 Array Types</a></li>
  170. <li><a name="toc-Strings-1" href="Strings.html#Strings">5.6 Strings</a></li>
  171. <li><a name="toc-Enumerations-1" href="Enumerations.html#Enumerations">5.7 Enumerations</a></li>
  172. <li><a name="toc-Structures-1" href="Structures.html#Structures">5.8 Structures</a></li>
  173. <li><a name="toc-Giving-a-Type-a-Name" href="Typedefs.html#Typedefs">5.9 Giving a Type a Name</a></li>
  174. <li><a name="toc-Unions-1" href="Unions.html#Unions">5.10 Unions</a></li>
  175. <li><a name="toc-Function-Types-1" href="Function-Types.html#Function-Types">5.11 Function Types</a></li>
  176. </ul></li>
  177. <li><a name="toc-Representation-of-_0023define-and-_0023undef" href="Macro-define-and-undefine.html#Macro-define-and-undefine">6 Representation of #define and #undef</a></li>
  178. <li><a name="toc-Symbol-Information-in-Symbol-Tables" href="Symbol-Tables.html#Symbol-Tables">7 Symbol Information in Symbol Tables</a>
  179. <ul class="no-bullet">
  180. <li><a name="toc-Symbol-Table-Format-1" href="Symbol-Table-Format.html#Symbol-Table-Format">7.1 Symbol Table Format</a></li>
  181. <li><a name="toc-Transformations-on-Symbol-Tables" href="Transformations-On-Symbol-Tables.html#Transformations-On-Symbol-Tables">7.2 Transformations on Symbol Tables</a>
  182. <ul class="no-bullet">
  183. <li><a name="toc-Transformations-on-Static-Variables" href="Transformations-On-Static-Variables.html#Transformations-On-Static-Variables">7.2.1 Transformations on Static Variables</a></li>
  184. <li><a name="toc-Transformations-on-Global-Variables" href="Transformations-On-Global-Variables.html#Transformations-On-Global-Variables">7.2.2 Transformations on Global Variables</a></li>
  185. <li><a name="toc-Transformations-of-Stabs-in-separate-sections" href="Stab-Section-Transformations.html#Stab-Section-Transformations">7.2.3 Transformations of Stabs in separate sections</a></li>
  186. </ul></li>
  187. </ul></li>
  188. <li><a name="toc-GNU-C_002b_002b-Stabs" href="Cplusplus.html#Cplusplus">8 GNU C<tt>++</tt> Stabs</a>
  189. <ul class="no-bullet">
  190. <li><a name="toc-C_002b_002b-Class-Names" href="Class-Names.html#Class-Names">8.1 C<tt>++</tt> Class Names</a></li>
  191. <li><a name="toc-Defining-a-Symbol-Within-Another-Type" href="Nested-Symbols.html#Nested-Symbols">8.2 Defining a Symbol Within Another Type</a></li>
  192. <li><a name="toc-Basic-Types-For-C_002b_002b" href="Basic-Cplusplus-Types.html#Basic-Cplusplus-Types">8.3 Basic Types For C<tt>++</tt></a></li>
  193. <li><a name="toc-Simple-Class-Definition" href="Simple-Classes.html#Simple-Classes">8.4 Simple Class Definition</a></li>
  194. <li><a name="toc-Class-Instance-1" href="Class-Instance.html#Class-Instance">8.5 Class Instance</a></li>
  195. <li><a name="toc-Method-Definition" href="Methods.html#Methods">8.6 Method Definition</a></li>
  196. <li><a name="toc-The-_0023-Type-Descriptor" href="Method-Type-Descriptor.html#Method-Type-Descriptor">8.7 The &lsquo;<samp>#</samp>&rsquo; Type Descriptor</a></li>
  197. <li><a name="toc-The-_0040-Type-Descriptor" href="Member-Type-Descriptor.html#Member-Type-Descriptor">8.8 The &lsquo;<samp>@</samp>&rsquo; Type Descriptor</a></li>
  198. <li><a name="toc-Protections-1" href="Protections.html#Protections">8.9 Protections</a></li>
  199. <li><a name="toc-Method-Modifiers-_0028const_002c-volatile_002c-const-volatile_0029" href="Method-Modifiers.html#Method-Modifiers">8.10 Method Modifiers (<code>const</code>, <code>volatile</code>, <code>const volatile</code>)</a></li>
  200. <li><a name="toc-Virtual-Methods-1" href="Virtual-Methods.html#Virtual-Methods">8.11 Virtual Methods</a></li>
  201. <li><a name="toc-Inheritance-1" href="Inheritance.html#Inheritance">8.12 Inheritance</a></li>
  202. <li><a name="toc-Virtual-Base-Classes-1" href="Virtual-Base-Classes.html#Virtual-Base-Classes">8.13 Virtual Base Classes</a></li>
  203. <li><a name="toc-Static-Members-1" href="Static-Members.html#Static-Members">8.14 Static Members</a></li>
  204. </ul></li>
  205. <li><a name="toc-Table-of-Stab-Types" href="Stab-Types.html#Stab-Types">Appendix A Table of Stab Types</a>
  206. <ul class="no-bullet">
  207. <li><a name="toc-Non_002dStab-Symbol-Types-1" href="Non_002dStab-Symbol-Types.html#Non_002dStab-Symbol-Types">A.1 Non-Stab Symbol Types</a></li>
  208. <li><a name="toc-Stab-Symbol-Types-1" href="Stab-Symbol-Types.html#Stab-Symbol-Types">A.2 Stab Symbol Types</a></li>
  209. </ul></li>
  210. <li><a name="toc-Table-of-Symbol-Descriptors" href="Symbol-Descriptors.html#Symbol-Descriptors">Appendix B Table of Symbol Descriptors</a></li>
  211. <li><a name="toc-Table-of-Type-Descriptors" href="Type-Descriptors.html#Type-Descriptors">Appendix C Table of Type Descriptors</a></li>
  212. <li><a name="toc-Expanded-Reference-by-Stab-Type" href="Expanded-Reference.html#Expanded-Reference">Appendix D Expanded Reference by Stab Type</a>
  213. <ul class="no-bullet">
  214. <li><a name="toc-N_005fPC-1" href="N_005fPC.html#N_005fPC">D.1 N_PC</a></li>
  215. <li><a name="toc-N_005fNSYMS-1" href="N_005fNSYMS.html#N_005fNSYMS">D.2 N_NSYMS</a></li>
  216. <li><a name="toc-N_005fNOMAP-1" href="N_005fNOMAP.html#N_005fNOMAP">D.3 N_NOMAP</a></li>
  217. <li><a name="toc-N_005fM2C-1" href="N_005fM2C.html#N_005fM2C">D.4 N_M2C</a></li>
  218. <li><a name="toc-N_005fBROWS-1" href="N_005fBROWS.html#N_005fBROWS">D.5 N_BROWS</a></li>
  219. <li><a name="toc-N_005fDEFD-1" href="N_005fDEFD.html#N_005fDEFD">D.6 N_DEFD</a></li>
  220. <li><a name="toc-N_005fEHDECL-1" href="N_005fEHDECL.html#N_005fEHDECL">D.7 N_EHDECL</a></li>
  221. <li><a name="toc-N_005fMOD2-1" href="N_005fMOD2.html#N_005fMOD2">D.8 N_MOD2</a></li>
  222. <li><a name="toc-N_005fCATCH-1" href="N_005fCATCH.html#N_005fCATCH">D.9 N_CATCH</a></li>
  223. <li><a name="toc-N_005fSSYM-1" href="N_005fSSYM.html#N_005fSSYM">D.10 N_SSYM</a></li>
  224. <li><a name="toc-N_005fSCOPE-1" href="N_005fSCOPE.html#N_005fSCOPE">D.11 N_SCOPE</a></li>
  225. <li><a name="toc-Non_002dbase-registers-on-Gould-systems" href="Gould.html#Gould">D.12 Non-base registers on Gould systems</a></li>
  226. <li><a name="toc-N_005fLENG-1" href="N_005fLENG.html#N_005fLENG">D.13 N_LENG</a></li>
  227. </ul></li>
  228. <li><a name="toc-Questions-and-Anomalies" href="Questions.html#Questions">Appendix E Questions and Anomalies</a></li>
  229. <li><a name="toc-Using-Stabs-in-Their-Own-Sections" href="Stab-Sections.html#Stab-Sections">Appendix F Using Stabs in Their Own Sections</a>
  230. <ul class="no-bullet">
  231. <li><a name="toc-How-to-Embed-Stabs-in-Sections" href="Stab-Section-Basics.html#Stab-Section-Basics">F.1 How to Embed Stabs in Sections</a></li>
  232. <li><a name="toc-Having-the-Linker-Relocate-Stabs-in-ELF" href="ELF-Linker-Relocation.html#ELF-Linker-Relocation">F.2 Having the Linker Relocate Stabs in ELF</a></li>
  233. </ul></li>
  234. <li><a name="toc-GNU-Free-Documentation-License-1" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">Appendix G GNU Free Documentation License</a></li>
  235. <li><a name="toc-Symbol-Types-Index-1" href="Symbol-Types-Index.html#Symbol-Types-Index">Symbol Types Index</a></li>
  236. </ul>
  237. </div>
  238. <hr>
  239. <div class="header">
  240. <p>
  241. Next: <a href="Overview.html#Overview" accesskey="n" rel="next">Overview</a>, Up: <a href="../dir/index.html" accesskey="u" rel="up">(dir)</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Symbol-Types-Index.html#Symbol-Types-Index" title="Index" rel="index">Index</a>]</p>
  242. </div>
  243. </body>
  244. </html>