From LQWiki
(Redirected from Object files)
object files are libraries, that means they provide functions, but are not executable. They are binaries and can be linked into executable files.
You can use nm to see what symbols are defined in an object file.

This page is available under a