Object file

A data file containing object code that is generated when a compiler processes a source code.

Symbols and other objects can be stripped from an object file using the Linux / Unix strip command.

Also see: Object code, Programming definitions