位置独立コード - CI/CD 用語集の定義
位置独立コード(PIC)は絶対アドレッシングではなく相対アドレッシングを使うため、任意のロードアドレスで正しく実行されます。共有ライブラリに必須であり、セキュリティ強化としてのアドレス空間配置のランダム化(ASLR)を支えます。
関連ガイド
Relocation - CI/CD Glossary DefinitionRelocation is the linker or loader patching address references in compiled code once the load location is kno…
Dynamic Loader - CI/CD Glossary DefinitionThe dynamic loader is the OS component that maps a program and its shared libraries into memory and prepares…
Runtime Linker - CI/CD Glossary DefinitionThe runtime linker resolves shared-library symbols as a program starts or on first use, binding calls to thei…