as | the GNU assembler |
|
ld | the GNU linker |
gold | a new, faster, ELF only linker, still in beta test |
|
ar | a utility for creating, modifying and extracting from archives |
ranlib | generates an index to the contents of an archive |
|
nm | lists symbols from object files |
strip | discards symbols |
c++filt | filter to demangle encoded C++ symbols |
objcopy | copies and translates object files |
|
objdump | displays information from object files |
readelf | displays information from any ELF format object file |
gprof | displays profiling information |
|
strings | lists printable ASCII strings from files |
size | lists the section sizes of an object or archive file |
|
addr2line | converts addresses into filenames and line numbers |
nlmconv | converts object code into an NLM |
|
dlltool | creates files for building and using DLLs |
windmc | a Windows compatible message compiler |
windres | a compiler for Windows resource files |