llvm-objdump.rst
8.3 KB
llvm-objdump - LLVM's object file dumper
SYNOPSIS
:program:`llvm-objdump` [commands] [options] [filenames...]
DESCRIPTION
The :program:`llvm-objdump` utility prints the contents of object files and final linked images named on the command line. If no file name is specified, :program:`llvm-objdump` will attempt to read from a.out. If - is used as a file name, :program:`llvm-objdump` will process a file on its standard input stream.
COMMANDS
At least one of the following commands are required, and some commands can be combined with other commands:
OPTIONS
:program:`llvm-objdump` supports the following options:
MACH-O ONLY OPTIONS AND COMMANDS
XCOFF ONLY OPTIONS AND COMMANDS
BUGS
To report bugs, please visit <https://bugs.llvm.org/>.
SEE ALSO
:manpage:`llvm-nm(1)`, :manpage:`llvm-readelf(1)`, :manpage:`llvm-readobj(1)`