Relocate
static status_t Relocate(preloaded_image* image);
return ELF64Loader::Relocate(image);
return ELF32Loader::Relocate(image);
status_t Relocate(void *address);
status_t error = writer.Relocate(buffer);