This chapter describes how to
invoke the following utilities:
- The object file display
utility prints the contents of object files, executable files,
and/or archive libraries in both text and XML formats.
- The disassembler
accepts object files and executable files as input and produces an assembly
listing as output. This listing shows assembly instructions, their opcodes,
and the section program counter values.
- The name utility
prints a list of names defined and referenced in an object file, executable
files, and/or archive libraries.
- The strip utility
removes symbol table and debugging information from object and executable
files.