object file
RU: объектный файл
The output of compiling or assembling a single source file. An object file contains machine-code instructions for the functions defined in that source file, plus a symbol table listing defined names and unresolved external references (symbols the file uses but does not define). The linker combines multiple object files into a complete executable.