53
54
* @param info Place to store ELF program information
54
55
* @return EOK on success or non-zero error code
63
rc = elf_load_file(file_name, 0, 0, &info->finfo);
64
rc = elf_load_file(file, 0, 0, &info->finfo);
65
66
DPRINTF("Failed to load executable '%s'.\n", file_name);