From LQWiki
(Redirected from Object files)
object files used to be source code files, but they've been compiled into binaries which need to be linked into a binary executable so they can be executed. They have the .o filename extension.
You can use nm to see what symbols are defined in an object file.

This page is available under a