index.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 1991-2017 Free Software Foundation, Inc.
  4. Permission is granted to copy, distribute and/or modify this document
  5. under the terms of the GNU Free Documentation License, Version 1.3
  6. or any later version published by the Free Software Foundation;
  7. with no Invariant Sections, with no Front-Cover Texts, and with no
  8. Back-Cover Texts. A copy of the license is included in the
  9. section entitled "GNU Free Documentation License".
  10. -->
  11. <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
  12. <head>
  13. <title>GNU Binary Utilities: Top</title>
  14. <meta name="description" content="GNU Binary Utilities: Top">
  15. <meta name="keywords" content="GNU Binary Utilities: Top">
  16. <meta name="resource-type" content="document">
  17. <meta name="distribution" content="global">
  18. <meta name="Generator" content="makeinfo">
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  20. <link href="#Top" rel="start" title="Top">
  21. <link href="Binutils-Index.html#Binutils-Index" rel="index" title="Binutils Index">
  22. <link href="#SEC_Contents" rel="contents" title="Table of Contents">
  23. <link href="../dir/index.html" rel="up" title="(dir)">
  24. <link href="ar.html#ar" rel="next" title="ar">
  25. <style type="text/css">
  26. <!--
  27. a.summary-letter {text-decoration: none}
  28. blockquote.smallquotation {font-size: smaller}
  29. div.display {margin-left: 3.2em}
  30. div.example {margin-left: 3.2em}
  31. div.indentedblock {margin-left: 3.2em}
  32. div.lisp {margin-left: 3.2em}
  33. div.smalldisplay {margin-left: 3.2em}
  34. div.smallexample {margin-left: 3.2em}
  35. div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
  36. div.smalllisp {margin-left: 3.2em}
  37. kbd {font-style:oblique}
  38. pre.display {font-family: inherit}
  39. pre.format {font-family: inherit}
  40. pre.menu-comment {font-family: serif}
  41. pre.menu-preformatted {font-family: serif}
  42. pre.smalldisplay {font-family: inherit; font-size: smaller}
  43. pre.smallexample {font-size: smaller}
  44. pre.smallformat {font-family: inherit; font-size: smaller}
  45. pre.smalllisp {font-size: smaller}
  46. span.nocodebreak {white-space:nowrap}
  47. span.nolinebreak {white-space:nowrap}
  48. span.roman {font-family:serif; 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" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
  55. <h1 class="settitle" align="center"><small>GNU</small> Binary Utilities</h1>
  56. <a name="SEC_Contents"></a>
  57. <h2 class="contents-heading">Table of Contents</h2>
  58. <div class="contents">
  59. <ul class="no-bullet">
  60. <li><a name="toc-ar-1" href="ar.html#ar">1 ar</a>
  61. <ul class="no-bullet">
  62. <li><a name="toc-Controlling-ar-on-the-Command-Line" href="ar-cmdline.html#ar-cmdline">1.1 Controlling <code>ar</code> on the Command Line</a></li>
  63. <li><a name="toc-Controlling-ar-with-a-Script" href="ar-scripts.html#ar-scripts">1.2 Controlling <code>ar</code> with a Script</a></li>
  64. </ul></li>
  65. <li><a name="toc-nm-1" href="nm.html#nm">2 nm</a></li>
  66. <li><a name="toc-objcopy-1" href="objcopy.html#objcopy">3 objcopy</a></li>
  67. <li><a name="toc-objdump-1" href="objdump.html#objdump">4 objdump</a></li>
  68. <li><a name="toc-ranlib-1" href="ranlib.html#ranlib">5 ranlib</a></li>
  69. <li><a name="toc-size-1" href="size.html#size">6 size</a></li>
  70. <li><a name="toc-strings-1" href="strings.html#strings">7 strings</a></li>
  71. <li><a name="toc-strip-1" href="strip.html#strip">8 strip</a></li>
  72. <li><a name="toc-c_002b_002bfilt-1" href="c_002b_002bfilt.html#c_002b_002bfilt">9 c++filt</a></li>
  73. <li><a name="toc-addr2line-1" href="addr2line.html#addr2line">10 addr2line</a></li>
  74. <li><a name="toc-nlmconv-1" href="nlmconv.html#nlmconv">11 nlmconv</a></li>
  75. <li><a name="toc-windmc-1" href="windmc.html#windmc">12 windmc</a></li>
  76. <li><a name="toc-windres-1" href="windres.html#windres">13 windres</a></li>
  77. <li><a name="toc-dlltool-1" href="dlltool.html#dlltool">14 dlltool</a>
  78. <ul class="no-bullet">
  79. <li><a name="toc-The-format-of-the-dlltool-_002edef-file" href="def-file-format.html#def-file-format">14.1 The format of the <code>dlltool</code> <samp>.def</samp> file</a></li>
  80. </ul></li>
  81. <li><a name="toc-readelf-1" href="readelf.html#readelf">15 readelf</a></li>
  82. <li><a name="toc-elfedit-1" href="elfedit.html#elfedit">16 elfedit</a></li>
  83. <li><a name="toc-Common-Options-1" href="Common-Options.html#Common-Options">17 Common Options</a></li>
  84. <li><a name="toc-Selecting-the-Target-System-1" href="Selecting-the-Target-System.html#Selecting-the-Target-System">18 Selecting the Target System</a>
  85. <ul class="no-bullet">
  86. <li><a name="toc-Target-Selection-1" href="Target-Selection.html#Target-Selection">18.1 Target Selection</a></li>
  87. <li><a name="toc-Architecture-Selection-1" href="Architecture-Selection.html#Architecture-Selection">18.2 Architecture Selection</a></li>
  88. </ul></li>
  89. <li><a name="toc-Reporting-Bugs-1" href="Reporting-Bugs.html#Reporting-Bugs">19 Reporting Bugs</a>
  90. <ul class="no-bullet">
  91. <li><a name="toc-Have-You-Found-a-Bug_003f" href="Bug-Criteria.html#Bug-Criteria">19.1 Have You Found a Bug?</a></li>
  92. <li><a name="toc-How-to-Report-Bugs" href="Bug-Reporting.html#Bug-Reporting">19.2 How to Report Bugs</a></li>
  93. </ul></li>
  94. <li><a name="toc-GNU-Free-Documentation-License-1" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">Appendix A GNU Free Documentation License</a></li>
  95. <li><a name="toc-Binutils-Index-1" href="Binutils-Index.html#Binutils-Index">Binutils Index</a></li>
  96. </ul>
  97. </div>
  98. <a name="Top"></a>
  99. <div class="header">
  100. <p>
  101. Next: <a href="ar.html#ar" accesskey="n" rel="next">ar</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="Binutils-Index.html#Binutils-Index" title="Index" rel="index">Index</a>]</p>
  102. </div>
  103. <hr>
  104. <a name="Introduction"></a>
  105. <h1 class="top">Introduction</h1>
  106. <a name="index-version"></a>
  107. <p>This brief manual contains documentation for the <small>GNU</small> binary
  108. utilities
  109. (GNU Binutils)
  110. version 2.28:
  111. </p>
  112. <p>This document is distributed under the terms of the GNU Free
  113. Documentation License version 1.3. A copy of the license is included
  114. in the section entitled &ldquo;GNU Free Documentation License&rdquo;.
  115. </p>
  116. <table class="menu" border="0" cellspacing="0">
  117. <tr><td align="left" valign="top">&bull; <a href="ar.html#ar" accesskey="1">ar</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Create, modify, and extract from archives
  118. </td></tr>
  119. <tr><td align="left" valign="top">&bull; <a href="nm.html#nm" accesskey="2">nm</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">List symbols from object files
  120. </td></tr>
  121. <tr><td align="left" valign="top">&bull; <a href="objcopy.html#objcopy" accesskey="3">objcopy</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Copy and translate object files
  122. </td></tr>
  123. <tr><td align="left" valign="top">&bull; <a href="objdump.html#objdump" accesskey="4">objdump</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Display information from object files
  124. </td></tr>
  125. <tr><td align="left" valign="top">&bull; <a href="ranlib.html#ranlib" accesskey="5">ranlib</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Generate index to archive contents
  126. </td></tr>
  127. <tr><td align="left" valign="top">&bull; <a href="size.html#size" accesskey="6">size</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">List section sizes and total size
  128. </td></tr>
  129. <tr><td align="left" valign="top">&bull; <a href="strings.html#strings" accesskey="7">strings</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">List printable strings from files
  130. </td></tr>
  131. <tr><td align="left" valign="top">&bull; <a href="strip.html#strip" accesskey="8">strip</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Discard symbols
  132. </td></tr>
  133. <tr><td align="left" valign="top">&bull; <a href="c_002b_002bfilt.html#c_002b_002bfilt" accesskey="9">c++filt</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Filter to demangle encoded C++ symbols
  134. </td></tr>
  135. <tr><td align="left" valign="top">&bull; <a href="c_002b_002bfilt.html#c_002b_002bfilt">cxxfilt</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">MS-DOS name for c++filt
  136. </td></tr>
  137. <tr><td align="left" valign="top">&bull; <a href="addr2line.html#addr2line">addr2line</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Convert addresses to file and line
  138. </td></tr>
  139. <tr><td align="left" valign="top">&bull; <a href="nlmconv.html#nlmconv">nlmconv</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Converts object code into an NLM
  140. </td></tr>
  141. <tr><td align="left" valign="top">&bull; <a href="windmc.html#windmc">windmc</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Generator for Windows message resources
  142. </td></tr>
  143. <tr><td align="left" valign="top">&bull; <a href="windres.html#windres">windres</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Manipulate Windows resources
  144. </td></tr>
  145. <tr><td align="left" valign="top">&bull; <a href="dlltool.html#dlltool">dlltool</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Create files needed to build and use DLLs
  146. </td></tr>
  147. <tr><td align="left" valign="top">&bull; <a href="readelf.html#readelf">readelf</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Display the contents of ELF format files
  148. </td></tr>
  149. <tr><td align="left" valign="top">&bull; <a href="elfedit.html#elfedit">elfedit</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Update the ELF header of ELF files
  150. </td></tr>
  151. <tr><td align="left" valign="top">&bull; <a href="Common-Options.html#Common-Options">Common Options</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Command-line options for all utilities
  152. </td></tr>
  153. <tr><td align="left" valign="top">&bull; <a href="Selecting-the-Target-System.html#Selecting-the-Target-System">Selecting the Target System</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How these utilities determine the target
  154. </td></tr>
  155. <tr><td align="left" valign="top">&bull; <a href="Reporting-Bugs.html#Reporting-Bugs">Reporting Bugs</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Reporting Bugs
  156. </td></tr>
  157. <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">GNU Free Documentation License
  158. </td></tr>
  159. <tr><td align="left" valign="top">&bull; <a href="Binutils-Index.html#Binutils-Index">Binutils Index</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Binutils Index
  160. </td></tr>
  161. </table>
  162. <hr>
  163. <div class="header">
  164. <p>
  165. Next: <a href="ar.html#ar" accesskey="n" rel="next">ar</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="Binutils-Index.html#Binutils-Index" title="Index" rel="index">Index</a>]</p>
  166. </div>
  167. </body>
  168. </html>