noun
object module
In computing, a compiled or assembled module that is the output of a compiler or assembler, often linked with other modules to form an executable program.
コンパイラはソースコードを目的モジュールに変換する。
The compiler converts source code into an object module.