relocatable code
Computing term for object code that can be loaded at any memory address and executed after relocation.
The linker combines relocatable code to produce an executable file.
絶対コード (absolute code) is fixed to a specific memory address, while 再配置可能コード can be relocated.
Compound of 再配置 (relocation) + 可能 (possible) + コード (code), a direct translation of the English computing term 'relocatable code'.