Display information about one or more object files (GNU)
objdump_variant [options] objfile…
QNX Neutrino, Linux, Microsoft Windows
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 |
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/.
GNU