objdump

Display information about one or more object files (GNU)

Syntax:

objdump_variant [options] objfile

Runs on:

QNX Neutrino, Linux, Microsoft Windows

Options:

The objdump_variant depends on the target platform, as follows:

Target platform: objdump_variant:
ARM ntoarm-objdump
MIPS ntomips-objdump
PowerPC ntoppc-objdump
SH4 ntosh-objdump
x86 ntox86-objdump

Description:

The objdump utility displays information about one or more object files. The options control what particular information to display. The objfile… arguments identify the object files to be examined. When you specify archives, objdump shows information on each of the member object files.

For detailed documentation, see the GNU website at http://www.gnu.org/.

Contributing author:

GNU