Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

objdump86(1) [debian man page]

objdump86(1)						      General Commands Manual						      objdump86(1)

NAME
objdump86, size86, nm86 - Examine object, archive or executable files SYNOPSIS
objdump86 [file...] size86 [file...] nm86 [file...] DESCRIPTION
These commands are used to examine the contents of object files. They may also be used to examine archive or executable files. When archive files are examined each module in the archive will be processed in sequence. nm86 prints the symbol table in each of the specified files. size86 displays a summary of the sizes of the segments in each of the files. objdump86 decodes and displays the contents of the object files specified. This includes the section headers, symbols tables, segment sizes, and segment contents. OPTIONS
The programs are not designed to accept any options. It should be noted that all three of objdump86, size86, and nm86 are implemented as links to the same executable file (called objdump86 in the source distribution). The result of running this executable is determined by the file name actually used to execute it. It is possible to force a specific behavior irrespective of the invocation file name using one of the options below -s Behave like size86. -n Behave like nm86. RESTRICTIONS
These commands are intended for use only with the Dev86/ELKS toolchain. SEE ALSO
as86(1), bcc(1), ld86(1) AUTHORS
objdump86, size86, and nm86 (C) 1999 Greg Haerr <greg@censoft.com>. COPYRIGHT
The manual page was written for Debian GNU/Linux, (C) 2006 Shyamal Prasad <shyamal@member.fsf.org>. It is distributed under the terms of the GNU General Public License version 2 (or any later version released by the Free Software Foundation). May, 2006 objdump86(1)

Check Out this Related Man Page

RANLIB(1)						       GNU Development Tools							 RANLIB(1)

NAME
ranlib - generate index to archive. SYNOPSIS
ranlib [-vV] archive DESCRIPTION
ranlib generates an index to the contents of an archive and stores it in the archive. The index lists each symbol defined by a member of an archive that is a relocatable object file. You may use nm -s or nm --print-armap to list this index. An archive with such an index speeds up linking to the library and allows routines in the library to call each other without regard to their placement in the archive. The GNU ranlib program is another form of GNU ar; running ranlib is completely equivalent to executing ar -s. OPTIONS
-v -V --version Show the version number of ranlib. SEE ALSO
ar(1), nm(1), and the Info entries for binutils. COPYRIGHT
Copyright (c) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". binutils-2.13.90.0.18 2003-02-24 RANLIB(1)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Shared Objects

Hi Friends ! I have a library, say libxyz.a. To view all the object files in the archive, i issued the command : ar -t libxyz.a which displayed all the object files it contains. Now, I would like to know the functions in each object file. Is there any such command that displays... (3 Replies)
Discussion started by: mrgubbala
3 Replies

2. UNIX for Dummies Questions & Answers

execute windows_executable under Linux

Hi everybody: I would like to know, if it is possible a program compiled under windows_XP, which it has been created such executable *.exe, execute it under Linux Mandriva 2006. Thanks in advance. Best regards to everybody. :) (2 Replies)
Discussion started by: tonet
2 Replies

3. Programming

determining the object files...

hello, is there a utility to determine which object files are used to create a binary executable file?let me explain, please: for ex. there are three files: a.o b.o c.o and these files are used to create a binary called: prg namely, a.o b.o c.o -> prg so, how can i determine these three... (1 Reply)
Discussion started by: xyzt
1 Replies

4. UNIX for Dummies Questions & Answers

listing executable files in unix.

How to list out the files which are not accessed for the last n days? and How to list out all the executable files in a directory? can anyone help me on the above? Thanks in advance. (3 Replies)
Discussion started by: venkatesht
3 Replies

5. Windows & DOS: Issues & Discussions

Prob. with using as86

Hi, I have downloaded as86-0.16.17.tar file. When I umcompressed it I found it consisting of C source and header files. How can i create an executable for compiling assembly programs. Kindly help me with this. I am working on windows XP professional and system is HP DX 2700. Zulfi. (0 Replies)
Discussion started by: zak100
0 Replies

6. UNIX for Dummies Questions & Answers

[Solved] About commands for linux executable files

I have seen commands like this: (hello is the executable file or maybe script file) ./hello hello .hello So, anyone could tell me the differences among these commands? (2 Replies)
Discussion started by: icyfight
2 Replies