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