オブジェクトファイル - CI/CD 用語集の定義
オブジェクトファイル(.o、.obj)は、1 つのコンパイル単位のコンパイル済み機械語と未解決のシンボル参照を保持します。それ単体では実行できず、linker がオブジェクトファイルとライブラリを縫い合わせて最終バイナリにします。
関連ガイド
Compilation Unit - CI/CD Glossary DefinitionA compilation unit is the chunk of source a compiler processes independently into one object file - the granu…
Linker Script - CI/CD Glossary DefinitionA linker script tells the linker how to lay out sections of object files into the final binary’s memory regio…
Relocation - CI/CD Glossary DefinitionRelocation is the linker or loader patching address references in compiled code once the load location is kno…