View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Object file

From LQWiki

(Redirected from Object files)
Jump to: navigation, search

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.


Personal tools