• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/share/doc/arm-arm-none-eabi/html/binutils.html/
1<html lang="en">
2<head>
3<title>GNU Binary Utilities</title>
4<meta http-equiv="Content-Type" content="text/html">
5<meta name="description" content="GNU Binary Utilities">
6<meta name="generator" content="makeinfo 4.13">
7<link title="Top" rel="start" href="#Top">
8<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
9<!--
10Copyright (C) 1991-2013 Free Software Foundation, Inc.
11
12Permission is granted to copy, distribute and/or modify this document
13under the terms of the GNU Free Documentation License, Version 1.3
14or any later version published by the Free Software Foundation;
15with no Invariant Sections, with no Front-Cover Texts, and with no
16Back-Cover Texts.  A copy of the license is included in the
17section entitled "GNU Free Documentation License".
18
19-->
20<meta http-equiv="Content-Style-Type" content="text/css">
21<style type="text/css"><!--
22  pre.display { font-family:inherit }
23  pre.format  { font-family:inherit }
24  pre.smalldisplay { font-family:inherit; font-size:smaller }
25  pre.smallformat  { font-family:inherit; font-size:smaller }
26  pre.smallexample { font-size:smaller }
27  pre.smalllisp    { font-size:smaller }
28  span.sc    { font-variant:small-caps }
29  span.roman { font-family:serif; font-weight:normal; } 
30  span.sansserif { font-family:sans-serif; font-weight:normal; } 
31--></style>
32<link rel="stylesheet" type="text/css" href="../cs.css">
33</head>
34<body>
35<h1 class="settitle">GNU Binary Utilities</h1>
36<div class="contents">
37<h2>Table of Contents</h2>
38<ul>
39<li><a name="toc_Top" href="index.html#Top">Introduction</a>
40<li><a name="toc_ar" href="ar.html#ar">1 ar</a>
41<ul>
42<li><a href="ar-cmdline.html#ar-cmdline">1.1 Controlling <samp><span class="command">ar</span></samp> on the Command Line</a>
43<li><a href="ar-scripts.html#ar-scripts">1.2 Controlling <samp><span class="command">ar</span></samp> with a Script</a>
44</li></ul>
45<li><a name="toc_nm" href="nm.html#nm">2 nm</a>
46<li><a name="toc_objcopy" href="objcopy.html#objcopy">3 objcopy</a>
47<li><a name="toc_objdump" href="objdump.html#objdump">4 objdump</a>
48<li><a name="toc_ranlib" href="ranlib.html#ranlib">5 ranlib</a>
49<li><a name="toc_size" href="size.html#size">6 size</a>
50<li><a name="toc_strings" href="strings.html#strings">7 strings</a>
51<li><a name="toc_strip" href="strip.html#strip">8 strip</a>
52<li><a name="toc_c_002b_002bfilt" href="c_002b_002bfilt.html#c_002b_002bfilt">9 c++filt</a>
53<li><a name="toc_addr2line" href="addr2line.html#addr2line">10 addr2line</a>
54<li><a name="toc_nlmconv" href="nlmconv.html#nlmconv">11 nlmconv</a>
55<li><a name="toc_windmc" href="windmc.html#windmc">12 windmc</a>
56<li><a name="toc_windres" href="windres.html#windres">13 windres</a>
57<li><a name="toc_dlltool" href="dlltool.html#dlltool">14 dlltool</a>
58<ul>
59<li><a href="def-file-format.html#def-file-format">14.1 The format of the <samp><span class="command">dlltool</span></samp> <samp><span class="file">.def</span></samp> file</a>
60</li></ul>
61<li><a name="toc_readelf" href="readelf.html#readelf">15 readelf</a>
62<li><a name="toc_elfedit" href="elfedit.html#elfedit">16 elfedit</a>
63<li><a name="toc_Common-Options" href="Common-Options.html#Common-Options">17 Common Options</a>
64<li><a name="toc_Selecting-the-Target-System" href="Selecting-the-Target-System.html#Selecting-the-Target-System">18 Selecting the Target System</a>
65<ul>
66<li><a href="Target-Selection.html#Target-Selection">18.1 Target Selection</a>
67<li><a href="Architecture-Selection.html#Architecture-Selection">18.2 Architecture Selection</a>
68</li></ul>
69<li><a name="toc_Reporting-Bugs" href="Reporting-Bugs.html#Reporting-Bugs">19 Reporting Bugs</a>
70<ul>
71<li><a href="Bug-Criteria.html#Bug-Criteria">19.1 Have You Found a Bug?</a>
72<li><a href="Bug-Reporting.html#Bug-Reporting">19.2 How to Report Bugs</a>
73</li></ul>
74<li><a name="toc_GNU-Free-Documentation-License" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">Appendix A GNU Free Documentation License</a>
75<li><a name="toc_Binutils-Index" href="Binutils-Index.html#Binutils-Index">Binutils Index</a>
76</li></ul>
77</div>
78
79
80
81<div class="node">
82<a name="Top"></a>
83<p>
84Next:&nbsp;<a rel="next" accesskey="n" href="ar.html#ar">ar</a>,
85Up:&nbsp;<a rel="up" accesskey="u" href="../index.html#dir">(dir)</a>
86<hr>
87</div>
88
89<h2 class="unnumbered">Introduction</h2>
90
91<p><a name="index-version-1"></a>This brief manual contains documentation for the <span class="sc">gnu</span> binary
92utilities
93(Sourcery CodeBench Lite 2013.11-24)
94version 2.23.52:
95
96   <p>This document is distributed under the terms of the GNU Free
97Documentation License version 1.3.  A copy of the license is included
98in the section entitled &ldquo;GNU Free Documentation License&rdquo;.
99
100<ul class="menu">
101<li><a accesskey="1" href="ar.html#ar">ar</a>:                           Create, modify, and extract from archives
102<li><a accesskey="2" href="nm.html#nm">nm</a>:                           List symbols from object files
103<li><a accesskey="3" href="objcopy.html#objcopy">objcopy</a>: 			Copy and translate object files
104<li><a accesskey="4" href="objdump.html#objdump">objdump</a>:                      Display information from object files
105<li><a accesskey="5" href="ranlib.html#ranlib">ranlib</a>:                       Generate index to archive contents
106<li><a accesskey="6" href="size.html#size">size</a>:                         List section sizes and total size
107<li><a accesskey="7" href="strings.html#strings">strings</a>:                      List printable strings from files
108<li><a accesskey="8" href="strip.html#strip">strip</a>:                        Discard symbols
109<li><a accesskey="9" href="c_002b_002bfilt.html#c_002b_002bfilt">c++filt</a>: 			Filter to demangle encoded C++ symbols
110<li><a href="c_002b_002bfilt.html#c_002b_002bfilt">cxxfilt</a>:              MS-DOS name for c++filt
111<li><a href="addr2line.html#addr2line">addr2line</a>: 			Convert addresses to file and line
112<li><a href="nlmconv.html#nlmconv">nlmconv</a>:                      Converts object code into an NLM
113<li><a href="windmc.html#windmc">windmc</a>: 			Generator for Windows message resources
114<li><a href="windres.html#windres">windres</a>: 			Manipulate Windows resources
115<li><a href="dlltool.html#dlltool">dlltool</a>: 			Create files needed to build and use DLLs
116<li><a href="readelf.html#readelf">readelf</a>:                      Display the contents of ELF format files
117<li><a href="elfedit.html#elfedit">elfedit</a>:                      Update the ELF header of ELF files
118<li><a href="Common-Options.html#Common-Options">Common Options</a>:               Command-line options for all utilities
119<li><a href="Selecting-the-Target-System.html#Selecting-the-Target-System">Selecting the Target System</a>:  How these utilities determine the target
120<li><a href="Reporting-Bugs.html#Reporting-Bugs">Reporting Bugs</a>:               Reporting Bugs
121<li><a href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">GNU Free Documentation License</a>:   GNU Free Documentation License
122<li><a href="Binutils-Index.html#Binutils-Index">Binutils Index</a>:               Binutils Index
123</ul>
124
125   </body></html>
126
127