15. Object File UtilitiesΒΆ
Several object file utilities are included with the tiarmclang compiler toolchain installation. Some of these, specifically tiarmobjcopy and tiarmstrip, can be used to edit the content of an ELF object file. Others, like tiarmobjdump and tiarmofd, are useful for displaying or inspecting the content of an ELF object file.
More information about each of the object file utilities that are provided with the tiarmclang installation can be found in the sections listed below.
Contents:
- 15.1. tiarmdis - Standalone Disassembler Tool
- 15.2. tiarmobjcopy - Object Copying and Editing Tool
- 15.3. tiarmobjdump - Object File Dumper
- 15.4. tiarmofd - Object File Display Utility
- 15.5. tiarmreadelf - Object File Reader
- 15.6. tiarmsize - Print Size Information
- 15.7. tiarmstrip - Object File Stripping Tool