Objdump
Display information about one or more object files (GNU)
Syntax:
Options:
Objdump
The objdump_variant depends on the target platform, as follows:
Objdump displays information about one or more object files. The options control what particular information to display. This information is mostly useful to programmers who are working on the compilation tools, as opposed to programmers who just want their program to compile and work. Are the object files to be examined. Sep 19, 2019 The llvm-objdump utility prints the contents of object files and final linked images named on the command line. If no file name is specified, llvm-objdump will attempt to read from a.out. If - is used as a file name, llvm-objdump will process a file on its standard input stream. Re implementation of unix nm and objdump commands. Contribute to Convly/nm-objdump development by creating an account on GitHub. Objdump displays information about one or more object files. The options control what particular information to display. This information is mostly useful to programmers who are working on the compilation tools, as opposed to programmers who just want their program to compile and work.
Target platform: | objdump_variant: |
---|---|
ARM | ntoarm-objdump |
x86 | ntox86-objdump |
Description:
Objdump Tutorial
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 youspecify archives, objdump shows information on each of the memberobject files.
Objdump Symbol Table
For detailed documentation, see the GNU website at http://www.gnu.org/.