リロケーション - CI/CD 用語集の定義
リロケーションは、最終アドレスが確定した時点で linker(およびその後の loader)がオブジェクトコード内のアドレス依存の参照を修正し、プレースホルダのシンボル参照をロードされたプログラム内の具体的なアドレスに変換する処理です。
関連ガイド
Object File - CI/CD Glossary DefinitionAn object file is the compiler’s machine-code output for one source unit, not yet runnable - the linker combi…
Position-Independent Code - CI/CD Glossary DefinitionPosition-independent code runs correctly regardless of where it is loaded in memory, using relative addressin…
Dynamic Loader - CI/CD Glossary DefinitionThe dynamic loader is the OS component that maps a program and its shared libraries into memory and prepares…