動的ローダー - CI/CD 用語集の定義
動的ローダー(Linux では ld.so)は、kernel が実行ファイルとその依存する共有オブジェクトをメモリにロードし、リロケーションを実行し、シンボルを解決してから、プログラムのエントリポイントに制御を渡すために呼び出すプログラムです。
関連ガイド
Runtime Linker - CI/CD Glossary DefinitionThe runtime linker resolves shared-library symbols as a program starts or on first use, binding calls to thei…
Position-Independent Code - CI/CD Glossary DefinitionPosition-independent code runs correctly regardless of where it is loaded in memory, using relative addressin…
Relocation - CI/CD Glossary DefinitionRelocation is the linker or loader patching address references in compiled code once the load location is kno…