elf_load_image
status_t status = elf_load_image(fd, &image);
extern status_t elf_load_image(Directory* directory, const char* path);
extern status_t elf_load_image(int fd, preloaded_image** _image);
status_t status = elf_load_image(fd, &image);
status_t status = elf_load_image(modules, name);