objdump
QNX SDP8.0Utilities ReferenceUtilities
Display information about one or more object files (GNU)
Syntax:
objdump_variant [options] objfile…
where objdump_variant depends on the target platform, as follows:
Target platform | objdump_variant |
---|---|
AArch64 | ntoaarch64-objdump |
x86 64-bit | ntox86_64-objdump |
Runs on:
Linux, Microsoft Windows
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 more information, see the Binutils documentation on the GNU website at https://www.gnu.org/software/binutils/manual/.
Contributing author:
GNU
Page updated: