ELF64Loader
status = ELF64Loader::Create(fd, _image);
return ELF64Loader::Load(fd, *_image);
return ELF64Loader::Relocate(image);
return ELF64Loader::Resolve(image, symbol, symbolAddress);