⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 binutils.html

📁 CLFS(Cross-Compiled Linux From Scratch)的文档 Version CLFS-SVN-20060417
💻 HTML
📖 第 1 页 / 共 2 页
字号:
                  "term"><span><strong class=                  "command">ar</strong></span></span>                </td>                <td>                  <p>                    Creates, modifies, and extracts from archives                  </p>                </td>              </tr>              <tr>                <td>                  <a id="as" name="as"></a><span class=                  "term"><span><strong class=                  "command">as</strong></span></span>                </td>                <td>                  <p>                    An assembler that assembles the output of                    <span><strong class="command">gcc</strong></span> into                    object files                  </p>                </td>              </tr>              <tr>                <td>                  <a id="c-filt" name="c-filt"></a><span class=                  "term"><span><strong class=                  "command">c++filt</strong></span></span>                </td>                <td>                  <p>                    Used by the linker to de-mangle C++ and Java symbols and                    to keep overloaded functions from clashing                  </p>                </td>              </tr>              <tr>                <td>                  <a id="gprof" name="gprof"></a><span class=                  "term"><span><strong class=                  "command">gprof</strong></span></span>                </td>                <td>                  <p>                    Displays call graph profile data                  </p>                </td>              </tr>              <tr>                <td>                  <a id="ld" name="ld"></a><span class=                  "term"><span><strong class=                  "command">ld</strong></span></span>                </td>                <td>                  <p>                    A linker that combines a number of object and archive                    files into a single file, relocating their data and tying                    up symbol references                  </p>                </td>              </tr>              <tr>                <td>                  <a id="nm" name="nm"></a><span class=                  "term"><span><strong class=                  "command">nm</strong></span></span>                </td>                <td>                  <p>                    Lists the symbols occurring in a given object file                  </p>                </td>              </tr>              <tr>                <td>                  <a id="objcopy" name="objcopy"></a><span class=                  "term"><span><strong class=                  "command">objcopy</strong></span></span>                </td>                <td>                  <p>                    Translates one type of object file into another                  </p>                </td>              </tr>              <tr>                <td>                  <a id="objdump" name="objdump"></a><span class=                  "term"><span><strong class=                  "command">objdump</strong></span></span>                </td>                <td>                  <p>                    Displays information about the given object file, with                    options controlling the particular information to                    display; the information shown is useful to programmers                    who are working on the compilation tools                  </p>                </td>              </tr>              <tr>                <td>                  <a id="ranlib" name="ranlib"></a><span class=                  "term"><span><strong class=                  "command">ranlib</strong></span></span>                </td>                <td>                  <p>                    Generates an index of the contents of an archive and                    stores it in the archive; the index lists all of the                    symbols defined by archive members that are relocatable                    object files                  </p>                </td>              </tr>              <tr>                <td>                  <a id="readelf" name="readelf"></a><span class=                  "term"><span><strong class=                  "command">readelf</strong></span></span>                </td>                <td>                  <p>                    Displays information about ELF type binaries                  </p>                </td>              </tr>              <tr>                <td>                  <a id="size" name="size"></a><span class=                  "term"><span><strong class=                  "command">size</strong></span></span>                </td>                <td>                  <p>                    Lists the section sizes and the total size for the given                    object files                  </p>                </td>              </tr>              <tr>                <td>                  <a id="strings" name="strings"></a><span class=                  "term"><span><strong class=                  "command">strings</strong></span></span>                </td>                <td>                  <p>                    Outputs, for each given file, the sequences of printable                    characters that are of at least the specified length                    (defaulting to four); for object files, it prints, by                    default, only the strings from the initializing and                    loading sections while for other types of files, it scans                    the entire file                  </p>                </td>              </tr>              <tr>                <td>                  <a id="strip" name="strip"></a><span class=                  "term"><span><strong class=                  "command">strip</strong></span></span>                </td>                <td>                  <p>                    Discards symbols from object files                  </p>                </td>              </tr>              <tr>                <td>                  <a id="libiberty" name="libiberty"></a><span class=                  "term"><tt class="filename">libiberty</tt></span>                </td>                <td>                  <p>                    Contains routines used by various GNU programs, including                    <span><strong class="command">getopt</strong></span>,                    <span><strong class="command">obstack</strong></span>,                    <span><strong class="command">strerror</strong></span>,                    <span><strong class="command">strtol</strong></span>, and                    <span><strong class="command">strtoul</strong></span>                  </p>                </td>              </tr>              <tr>                <td>                  <a id="libbfd" name="libbfd"></a><span class=                  "term"><tt class="filename">libbfd</tt></span>                </td>                <td>                  <p>                    The Binary File Descriptor library                  </p>                </td>              </tr>              <tr>                <td>                  <a id="libopcodes" name="libopcodes"></a><span class=                  "term"><tt class="filename">libopcodes</tt></span>                </td>                <td>                  <p>                    A library for dealing with opcodes&mdash;the                    &ldquo;<span class="quote">readable text</span>&rdquo;                    versions of instructions for the processor; it is used                    for building utilities like <span><strong class=                    "command">objdump</strong></span>.                  </p>                </td>              </tr>            </tbody>          </table>        </div>      </div>    </div>    <div class="navfooter">      <ul>        <li class="prev">          <a accesskey="p" href="adjusting.html" title=          "Adjusting the Toolchain">Prev</a>          <p>            Adjusting the Toolchain          </p>        </li>        <li class="next">          <a accesskey="n" href="gcc.html" title="GCC-4.1.0">Next</a>          <p>            GCC-4.1.0          </p>        </li>        <li class="up">          <a accesskey="u" href="chapter.html" title=          "Chapter&nbsp;10.&nbsp;Installing Basic System Software">Up</a>.        </li>        <li class="home">          <a accesskey="h" href="../index.html" title=          "Cross-Compiled Linux From Scratch - Version CLFS-SVN-20060417-MIPS">          Home</a>.        </li>      </ul>    </div>  </body></html>

⌨️ 快捷键说明

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