Find the word definition

Wikipedia
Self-relocation

In computer programming, a self-relocating program is a program that relocates its own address-dependent instructions and data when run, and is therefore capable of being loaded into memory at any address. In most cases, self-relocating code is also a form of self-modifying code.